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;
|
distributedBuilds = true;
|
||||||
|
|
||||||
# gc = {
|
gc = {
|
||||||
# automatic = true;
|
automatic = true;
|
||||||
# dates = "
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 30d";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
urbos.enable = true;
|
urbos.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue