removes intervals

This commit is contained in:
Dennis Schoepf 2025-12-06 15:20:09 +01:00
parent c7f3186650
commit 8a5766ddc4

View file

@ -17,12 +17,10 @@
}; };
gc = { gc = {
automatic = true; automatic = true;
interval = "weekly";
options = "delete-older-than 7d"; options = "delete-older-than 7d";
}; };
optimise = { optimise = {
automatic = true; automatic = true;
interval = "weekly";
}; };
}; };