diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default.nix b/profiles/default.nix index bcda0a2..198d9f4 100644 --- a/profiles/default.nix +++ b/profiles/default.nix @@ -87,7 +87,7 @@ gc = { automatic = true; - options = "weekly"; + options = "--delete-older-than 14d"; }; }; |