automatic gc weekly, delete older than 30d

This commit is contained in:
Griffin Smith 2020-05-18 20:19:39 -04:00
parent caa82ab487
commit 269486fd27

View file

@ -115,9 +115,11 @@
distributedBuilds = true;
# gc = {
# automatic = true;
# dates = "
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
};
urbos.enable = true;