nix: Increase garbage collection to once a week
This commit is contained in:
parent
c93ea5370a
commit
8f5c2f90a2
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ in
|
|||
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue