Run garbage collection more frequently
This commit is contained in:
parent
e1f93f8e8b
commit
497287e4a3
|
@ -206,8 +206,8 @@ in
|
|||
nix = {
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
|
||||
optimise.automatic = true;
|
||||
|
|
Loading…
Reference in a new issue