From 5f4e768666cce8810cdca880b6a1a517d78485c4 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Tue, 16 Dec 2025 13:44:25 +1000 Subject: [PATCH] Set delete window longer on work laptop --- hosts/modules/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/base.nix b/hosts/modules/base.nix index 4cc7a5c..9814038 100644 --- a/hosts/modules/base.nix +++ b/hosts/modules/base.nix @@ -65,7 +65,7 @@ nix.gc = { automatic = true; dates = "weekly"; - options = "--delete-older-than 30d"; + options = "--delete-older-than 60d"; }; # Enable zeroconf