From e599cab07d2dfcedcc705a0f962a08fc700bf289 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 17 Aug 2024 09:39:09 -0700 Subject: Fix incorrectly specified option yet again --- hosts/common/core/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/common/core/nix.nix') 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"; }; }; -- cgit v1.2.3