Increase chef GC
Eelco Dolstra committed
Jul 18, 2016 at 10:44 UTC
8ac64f46682444115a64733303ff04bef6d9e76e
1 file changed
+1
-1
delft/chef.nix
+1
-1
@@ -43,7 +43,7 @@
43
};
44
45
nix.gc.automatic = true;
46
- nix.gc.options = ''--max-freed "$((50 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | ${pkgs.gawk}/bin/awk '{ print $4 }')))"'';
46
+ nix.gc.options = ''--max-freed "$((100 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | ${pkgs.gawk}/bin/awk '{ print $4 }')))"'';
47
48
networking.defaultMailServer.directDelivery = lib.mkForce false;
49
services.postfix.enable = true;