From 37cef42581c52177c0fa8423faa59ef3b420c6a9 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 30 Jun 2022 15:30:48 -0400 Subject: [PATCH] tweak(nix): reduce garbage collect frequency --- modules/devos/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/devos/nix.nix b/modules/devos/nix.nix index 96ac5ca..80ceda6 100644 --- a/modules/devos/nix.nix +++ b/modules/devos/nix.nix @@ -19,6 +19,7 @@ with lib; gc = { automatic = true; options = "--delete-older-than 3d"; + dates = "weekly"; }; optimise.automatic = true;