From 8b43ad5022f184df0349c327a1a48ba9e3362567 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;