mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
increase generation cleanup limit
just in case it fails from one upgrade week to the next
This commit is contained in:
parent
4bfd65acb3
commit
203bb6a13a
@ -123,7 +123,7 @@
|
|||||||
|
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 10d";
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
Loading…
Reference in New Issue
Block a user