tweak(nix): reduce garbage collect frequency

This commit is contained in:
Infinidoge 2022-06-30 15:30:48 -04:00
parent d919a5705d
commit 37cef42581

View file

@ -19,6 +19,7 @@ with lib;
gc = { gc = {
automatic = true; automatic = true;
options = "--delete-older-than 3d"; options = "--delete-older-than 3d";
dates = "weekly";
}; };
optimise.automatic = true; optimise.automatic = true;