nix: collect garbage daily
This commit is contained in:
parent
6c534c590f
commit
02c6040972
|
@ -11,8 +11,8 @@ in
|
|||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "monthly";
|
||||
options = "--delete-older-than 7d";
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 3d";
|
||||
};
|
||||
optimise.automatic = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue