Reduce kept generations
This commit is contained in:
parent
1dfb5d1b68
commit
0c88fb118b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
};
|
};
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 7d";
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
};
|
};
|
||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
|
|
Loading…
Reference in a new issue