From e84098db106ddde25bd7d062f632d58fedd5c3ac Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 6 Mar 2024 16:49:33 +0100 Subject: [PATCH] Run garbage collection before optimiser --- modules/misc/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/common/default.nix b/modules/misc/common/default.nix index f3e31c4..d722855 100644 --- a/modules/misc/common/default.nix +++ b/modules/misc/common/default.nix @@ -144,7 +144,7 @@ # enable garbage collection gc = { automatic = true; - dates = "daily"; + dates = "16:00"; options = "--delete-older-than 30d"; }; optimise = {