summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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