aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/core/nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix
index dfcbd5c..2b77378 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 +2";
+ options = "--delete-older-than 10";
};
};