mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
Randomize gc time
This commit is contained in:
parent
23e1452157
commit
3c54ffc300
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ with lib;
|
|||
nix.gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 30d";
|
||||
randomizedDelaySec = "55min";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue