From 0c88fb118b0a249c04fa4e7635325733dad55ae3 Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Sat, 11 May 2024 11:48:11 -0400 Subject: [PATCH] Reduce kept generations --- modules/common/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/nix.nix b/modules/common/nix.nix index 0963114..61635e0 100644 --- a/modules/common/nix.nix +++ b/modules/common/nix.nix @@ -13,7 +13,7 @@ }; gc = { automatic = true; - options = "--delete-older-than 30d"; + options = "--delete-older-than 7d"; dates = "weekly"; }; optimise.automatic = true;