1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-07 19:31:11 +00:00

increase generation cleanup limit

just in case it fails from one upgrade week to the next
This commit is contained in:
Noah Masur 2024-02-19 14:28:50 +00:00
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 = {