From 1e752b7b7170cb9079dfeaddf4beff195e0b3dd2 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 21 Sep 2020 14:27:20 +0200 Subject: [PATCH] Run daily garbage collection at 15:00 --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 44d937d..1bcca36 100644 --- a/configuration.nix +++ b/configuration.nix @@ -37,7 +37,7 @@ gc = { automatic = true; options = "--delete-older-than 7d"; - dates = "14:30"; + dates = "15:00"; }; extraOptions = '' keep-outputs = true