1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

save-space, make telegram-bots want network-online

This commit is contained in:
Kierán Meinhardt
2019-04-20 09:18:16 +02:00
parent 8e55e595c4
commit 46a55ac545
3 changed files with 13 additions and 10 deletions

9
configs/save-space.nix Normal file
View File

@@ -0,0 +1,9 @@
{
documentation.doc.enable = false;
documentation.enable = false;
documentation.info.enable = false;
documentation.man.enable = false;
fonts.fontconfig.enable = false;
nix.gc.automatic = true;
nix.optimise.automatic = true;
}