automatic gc weekly, delete older than 30d
This commit is contained in:
parent
caa82ab487
commit
269486fd27
1 changed files with 5 additions and 3 deletions
|
@ -115,9 +115,11 @@
|
|||
|
||||
distributedBuilds = true;
|
||||
|
||||
# gc = {
|
||||
# automatic = true;
|
||||
# dates = "
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
};
|
||||
|
||||
urbos.enable = true;
|
||||
|
|
Loading…
Reference in a new issue