From 200337812b47b4399c31a011be0882e0cdd28af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Fri, 6 Jun 2025 00:38:00 +0300 Subject: [PATCH] Keep fewer old generations --- shared/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/base.nix b/shared/base.nix index cb0fb36..3b18d0a 100644 --- a/shared/base.nix +++ b/shared/base.nix @@ -152,7 +152,7 @@ }; gc = { automatic = true; - options = "--delete-older-than 7d"; + options = "--delete-older-than 3d"; dates = "05:00"; randomizedDelaySec = "30min"; };