aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hosts/common/core/nix.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix
index a989f03..14252d8 100644
--- a/hosts/common/core/nix.nix
+++ b/hosts/common/core/nix.nix
@@ -17,9 +17,9 @@ in {
gc = {
automatic = true;
dates = "weekly";
+ options = "--delete-older-than 30d";
+ persistent = true;
randomizedDelaySec = "14m";
- # Keep the last 2 generations
- options = "--delete-older-than 28d";
};
};