🧹 run gc weekly instead of daily

dev-docs
Moritz Böhme 2022-04-18 12:20:45 +02:00
parent ae2838340a
commit 6ef495a62e
No known key found for this signature in database
GPG Key ID: 213820E2795F5CF5
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
gc = {
automatic = true;
options = "--max-freed $((32 * 1024**3)) --delete-older-than 14d";
dates = "weekly";
};
optimise.automatic = true;
};