From 5becd952e6c987e8902a7599d4bd489605f0978a Mon Sep 17 00:00:00 2001
From: notohh <github@notohh.dev>
Date: Fri, 21 Feb 2025 22:07:25 -0500
Subject: [PATCH] attic: increase retention period

---
 hosts/sora/services/attic.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/sora/services/attic.nix b/hosts/sora/services/attic.nix
index 795e78c..a307117 100644
--- a/hosts/sora/services/attic.nix
+++ b/hosts/sora/services/attic.nix
@@ -27,7 +27,7 @@
       };
       garbage-collection = {
         interval = "12 hours";
-        default-retention-period = "12 weeks";
+        default-retention-period = "36 weeks";
       };
       compression = {
         type = "zstd";