diff --git a/modules/common/default.nix b/modules/common/default.nix index 4196eca..ad3727e 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -80,7 +80,7 @@ gc = { automatic = true; dates = "daily"; - options = "--delete-older-than 7d"; + options = "--delete-older-than 30d"; }; trustedUsers = [ "root" "@wheel" ]; };