From 5664916d4766b53006d8c7145d3b9cbd580ad17f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 30 Jul 2016 14:31:10 +0200 Subject: no automatic gc on hel --- hel.nix | 10 +++++----- 1 file 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 @@ sound.enable = true; - nix.gc = { - automatic = true; - dates = "daily"; - options = "--delete-older-than 30d"; - }; + # nix.gc = { + # automatic = true; + # dates = "daily"; + # options = "--delete-older-than 30d"; + # }; nix.useSandbox = true; -- cgit v1.2.3