chore: reenable weekly gc

This commit is contained in:
Patrick 2024-10-25 14:45:38 +02:00
parent 94c96d1450
commit 3f5c2cedd9
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -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 = {