summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-30 14:31:10 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-30 14:31:10 +0200
commit5664916d4766b53006d8c7145d3b9cbd580ad17f (patch)
treee7beafbba3d6746fc14a074e4c74c3a007474cb3
parentfc5d37e83c93f395b49baae2d30fba49c02b83d1 (diff)
downloadnixos-5664916d4766b53006d8c7145d3b9cbd580ad17f.tar
nixos-5664916d4766b53006d8c7145d3b9cbd580ad17f.tar.gz
nixos-5664916d4766b53006d8c7145d3b9cbd580ad17f.tar.bz2
nixos-5664916d4766b53006d8c7145d3b9cbd580ad17f.tar.xz
nixos-5664916d4766b53006d8c7145d3b9cbd580ad17f.zip
no automatic gc on hel
-rw-r--r--hel.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/hel.nix b/hel.nix
index 7543ba31..3c738148 100644
--- a/hel.nix
+++ b/hel.nix
@@ -289,11 +289,11 @@
289 sound.enable = true; 289 sound.enable = true;
290 290
291 291
292 nix.gc = { 292 # nix.gc = {
293 automatic = true; 293 # automatic = true;
294 dates = "daily"; 294 # dates = "daily";
295 options = "--delete-older-than 30d"; 295 # options = "--delete-older-than 30d";
296 }; 296 # };
297 297
298 nix.useSandbox = true; 298 nix.useSandbox = true;
299 299