aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-08-17 09:39:09 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-08-17 09:39:09 -0700
commite599cab07d2dfcedcc705a0f962a08fc700bf289 (patch)
tree5c2a3e93afd08f8162232279d7697012b5da074b /hosts
parent89ec0115da6b0eca1694fed211e5e04e0382fa58 (diff)
downloadnix-e599cab07d2dfcedcc705a0f962a08fc700bf289.tar
nix-e599cab07d2dfcedcc705a0f962a08fc700bf289.tar.gz
nix-e599cab07d2dfcedcc705a0f962a08fc700bf289.tar.bz2
nix-e599cab07d2dfcedcc705a0f962a08fc700bf289.tar.lz
nix-e599cab07d2dfcedcc705a0f962a08fc700bf289.tar.xz
nix-e599cab07d2dfcedcc705a0f962a08fc700bf289.tar.zst
nix-e599cab07d2dfcedcc705a0f962a08fc700bf289.zip
Fix incorrectly specified option yet again
Diffstat (limited to 'hosts')
-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 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";
};
};