From de8c6e1327ab8c6c8b649bb3293acd3b422fb456 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 13 Jan 2025 14:56:43 -0500 Subject: [PATCH] GC slightly less agressively --- nixos/machines/crash/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/crash/configuration.nix b/nixos/machines/crash/configuration.nix index 301f0d5..c1a0e76 100644 --- a/nixos/machines/crash/configuration.nix +++ b/nixos/machines/crash/configuration.nix @@ -37,7 +37,7 @@ # GC agressively gc = { automatic = true; - dates = "hourly"; + dates = "daily"; options = "--delete-older-than 7d"; }; distributedBuilds = true;