@cryptotaxi247 / infra-1 / commits / 16119060

Do more aggressive GC

Eelco Dolstra committed Nov 15, 2016 at 14:59 UTC 16119060c623d5621ee010baa49ce734e57c1f4b
1 file changed +2
delft/chef.nix
+2
@@ -46,6 +46,8 @@
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 nix.gc.dates = "03,09,15,21:15";
48
49 + nix.extraOptions = "gc-keep-outputs = false";
50 +
51 networking.defaultMailServer.directDelivery = lib.mkForce false;
52 services.postfix.enable = true;
53 services.postfix.hostname = "hydra.nixos.org";