cutdown on gc time
This commit is contained in:
parent
57043211cd
commit
bf19fd4639
|
@ -76,8 +76,8 @@ in {
|
|||
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
|
||||
# flake-utils-plus
|
||||
|
|
Loading…
Reference in a new issue