change auto-gc schedule to 3:15-3:55

This commit is contained in:
Sean Buckley 2023-01-18 14:15:19 -05:00
parent 25ab34215c
commit 5293338dda

View file

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