nix: lower frequency of gc
This commit is contained in:
parent
cbeaa72101
commit
2ce8246287
|
@ -11,8 +11,8 @@ in
|
|||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 3d";
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
optimise.automatic = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue