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