From f46aee72b4fb6eae240dc4cf5c333d15eea69015 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 14 Nov 2020 16:11:38 +0100 Subject: [PATCH] Schedule Nix garbage collection at 22:00 --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index a29ec71..400dfa5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -37,7 +37,7 @@ gc = { automatic = true; options = "--delete-older-than 7d"; - dates = "15:00"; + dates = "22:00"; }; extraOptions = '' keep-outputs = true