tweak(nix): reduce garbage collect frequency
This commit is contained in:
parent
d919a5705d
commit
37cef42581
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ with lib;
|
|||
gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 3d";
|
||||
dates = "weekly";
|
||||
};
|
||||
|
||||
optimise.automatic = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue