mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
change auto-gc schedule to 3:15-3:55
This commit is contained in:
parent
25ab34215c
commit
5293338dda
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ with lib;
|
|||
nix.gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 30d";
|
||||
randomizedDelaySec = "55min";
|
||||
randomizedDelaySec = "40min";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue