🧹 run gc weekly instead of daily
This commit is contained in:
parent
ae2838340a
commit
6ef495a62e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--max-freed $((32 * 1024**3)) --delete-older-than 14d";
|
options = "--max-freed $((32 * 1024**3)) --delete-older-than 14d";
|
||||||
|
dates = "weekly";
|
||||||
};
|
};
|
||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue