aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-07-22 09:26:49 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-07-22 09:26:49 -0700
commit8674fa578c89395c0527aff3461ea8eca9c810ec (patch)
treec6d2e5a42a0217da5041ef5a0c7f1c2202efd136 /hosts/common
parent4ebac1b8677d5a5e1807703baf9b76260611228f (diff)
downloadnix-8674fa578c89395c0527aff3461ea8eca9c810ec.tar
nix-8674fa578c89395c0527aff3461ea8eca9c810ec.tar.gz
nix-8674fa578c89395c0527aff3461ea8eca9c810ec.tar.bz2
nix-8674fa578c89395c0527aff3461ea8eca9c810ec.tar.lz
nix-8674fa578c89395c0527aff3461ea8eca9c810ec.tar.xz
nix-8674fa578c89395c0527aff3461ea8eca9c810ec.tar.zst
nix-8674fa578c89395c0527aff3461ea8eca9c810ec.zip
Fix incorrectly specified option
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";
};
};