servers | decrease gc restention time.
This commit is contained in:
parent
d427b16f13
commit
2d6f23b2f8
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ in {
|
|||
gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 7d";
|
||||
options = "--delete-older-than 3d";
|
||||
};
|
||||
};
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue