From 04b498f466eb7571736cec17abac1d72c7274a72 Mon Sep 17 00:00:00 2001 From: twoneis Date: Sun, 7 Jan 2024 14:55:41 +0100 Subject: [PATCH] changed gc time (old was invalid?) --- modules/system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/default.nix b/modules/system/default.nix index 142b407..679b5b7 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -21,7 +21,7 @@ gc = { automatic = true; dates = "weekly"; - options = "--delete-older-than 7d"; + options = "--delete-older-than 30d"; }; settings.auto-optimise-store = true; };