mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +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 = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 7d";
|
||||
options = "--delete-older-than 10d";
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
Loading…
Reference in New Issue
Block a user