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 = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--delete-older-than 3d";
|
options = "--delete-older-than 3d";
|
||||||
|
dates = "weekly";
|
||||||
};
|
};
|
||||||
|
|
||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue