Randomize gc time

This commit is contained in:
Sean Buckley 2022-01-07 23:34:38 -05:00
parent 23e1452157
commit 3c54ffc300

View file

@ -8,6 +8,7 @@ with lib;
nix.gc = { nix.gc = {
automatic = true; automatic = true;
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
randomizedDelaySec = "55min";
}; };
}; };
} }