chore: reenable weekly gc
This commit is contained in:
parent
94c96d1450
commit
3f5c2cedd9
|
@ -40,8 +40,9 @@
|
|||
nixPath = [ "nixpkgs=/run/current-system/nixpkgs" ];
|
||||
optimise.automatic = true;
|
||||
gc = {
|
||||
# collect garbage(oddlama for example)
|
||||
automatic = true;
|
||||
dates = "monthly";
|
||||
dates = "weekly";
|
||||
};
|
||||
|
||||
registry = {
|
||||
|
|
Loading…
Reference in a new issue