@cryptotaxi247 / infra-1 / commits / bc89a74f

builders: reduce fast-nix-gc keep-recent to 24h

Martin Weinelt committed Jul 3, 2026 at 00:00 UTC bc89a74f762c301b56a567736250fc493e5acfbc
1 file changed +1 -1
builders/common/nix.nix
+1 -1
@@ -39,7 +39,7 @@
39 automatic = true;
40 dates = "hourly";
41 ensureFree = "30%"; # some breathing room for zfs
42 - keepRecent = "72h";
42 + keepRecent = "24h";
43 };
44
45 systemd.services.prune-stale-nix-builds = {