From 79e64d74755ffc65287cd905abf12d0d0b86e744 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 29 Aug 2022 21:41:13 +0200 Subject: [PATCH] Schedule garbage collection on a weekly basis --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 5bb5826..d9098e3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -66,6 +66,7 @@ with pkgs; gc = { automatic = true; options = "--delete-older-than 14d"; + dates = "Mon 03:00"; }; extraOptions = '' keep-outputs = true