From 6d947db80073b5706c36e45318d6bc502565c940 Mon Sep 17 00:00:00 2001
From: "Casper V. Kristensen" <casper@vkristensen.dk>
Date: Sat, 12 Aug 2023 01:57:15 +0200
Subject: [PATCH] chill on the gc

---
 modules/base/system.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/base/system.nix b/modules/base/system.nix
index 245db95..3fc10fb 100644
--- a/modules/base/system.nix
+++ b/modules/base/system.nix
@@ -8,7 +8,7 @@
     gc = {
       automatic = true;
       dates = "weekly";
-      options = "--delete-older-than=30d";
+      options = "--delete-older-than=90d";
     };
     settings = {
       auto-optimise-store = true;