fixes some config changes

This commit is contained in:
Dennis Schoepf 2025-12-06 15:19:05 +01:00
parent bd5f7db7f7
commit c7f3186650

View file

@ -17,13 +17,12 @@
}; };
gc = { gc = {
automatic = true; automatic = true;
dates = "weekly"; interval = "weekly";
options = "delete-older-than 7d"; options = "delete-older-than 7d";
persistent = false;
}; };
optimise = { optimise = {
automatic = true; automatic = true;
dates = [ "weekly" ]; interval = "weekly";
}; };
}; };