Bump GC max-freed
Eelco Dolstra committed
Feb 19, 2016 at 17:51 UTC
6a602ec00dd56c7b83c7d69a421d9f40e9ff3b2b
1 file changed
+1
-1
delft/build-machines-common.nix
+1
-1
@@ -16,7 +16,7 @@ with pkgs.lib;
16
17
nix.gc.automatic = true;
18
nix.gc.dates = "03,09,15,21:15";
19
- nix.gc.options = ''--max-freed "$((100 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | ${pkgs.gawk}/bin/awk '{ print $4 }')))"'';
19
+ nix.gc.options = ''--max-freed "$((128 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | ${pkgs.gawk}/bin/awk '{ print $4 }')))"'';
20
21
users.extraUsers.root.openssh.authorizedKeys.keys = singleton
22
''