cutdown on gc time
This commit is contained in:
parent
ff18f22f50
commit
6c8fc0837e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue