From 95b87abde930d156e7288b94f8350b9daeef487d Mon Sep 17 00:00:00 2001
From: willifan <willifan@proton.me>
Date: Sat, 7 Dec 2024 23:16:28 +0100
Subject: [PATCH] prolonged garbage collect interval

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

diff --git a/hosts/common/garbage-collect.nix b/hosts/common/garbage-collect.nix
index 18d0fd3..32eff39 100644
--- a/hosts/common/garbage-collect.nix
+++ b/hosts/common/garbage-collect.nix
@@ -4,6 +4,6 @@
     automatic = true;
     dates = "04:30";
     persistent = true;
-    options = "--delete-older-than 10d";
+    options = "--delete-older-than 30d";
   };
 }