diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/core/nix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix index 2b77378..a0dc5b2 100644 --- a/hosts/common/core/nix.nix +++ b/hosts/common/core/nix.nix @@ -32,7 +32,7 @@ dates = "weekly"; randomizedDelaySec = "14m"; # Keep the last 2 generations - options = "--delete-older-than 10"; + options = "--delete-older-than 28d"; }; }; |