🧹 run gc weekly instead of daily
parent
ae2838340a
commit
6ef495a62e
|
@ -6,6 +6,7 @@
|
|||
gc = {
|
||||
automatic = true;
|
||||
options = "--max-freed $((32 * 1024**3)) --delete-older-than 14d";
|
||||
dates = "weekly";
|
||||
};
|
||||
optimise.automatic = true;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue