commit 9d04dc90528ab89d134693c8a8f62cb5b45563d5
parent 98afeee225bdd103d24de18ba0f36c1f90c30180
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 10 Oct 2021 14:47:05 +0200
parent 98afeee225bdd103d24de18ba0f36c1f90c30180
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 10 Oct 2021 14:47:05 +0200
common/nix: optimise more often, gc @ 18:00
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/configurations/common.nix b/configurations/common.nix @@ -18,10 +18,12 @@ autoOptimiseStore = true; optimise = { automatic = true; + dates = [ "12:00" "15:00" "18:00" "21:00" ]; }; gc = { automatic = true; options = "--delete-older-than 3d"; + dates = "18:00"; }; };