From 8674fa578c89395c0527aff3461ea8eca9c810ec Mon Sep 17 00:00:00 2001
From: Mark Nipper <nipsy@bitgnome.net>
Date: Mon, 22 Jul 2024 09:26:49 -0700
Subject: Fix incorrectly specified option

---
 hosts/common/core/nix.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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";
     };
 
   };
-- 
cgit v1.2.3