gc: only run gc monthly
This commit is contained in:
parent
b8ee69c66b
commit
d0d7d7f930
2 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
dates = "monthly";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
optimise.automatic = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue