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