enable auto-gc daily

This commit is contained in:
Don Harper 2025-01-22 09:26:38 -06:00
parent 94277df0d8
commit c37448ec93
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ in {
};
gc = {
automatic = true;
dates = "weekly";
dates = "daily";
options = "--delete-older-than 7d";
};
};