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