add distccd

This commit is contained in:
Qyriad 2026-02-13 21:12:55 +01:00
parent af46de5628
commit 3ed2f2e1a8
7 changed files with 227 additions and 11 deletions

View file

@ -0,0 +1,14 @@
{ ... }:
{
services.distccd = {
enable = true;
jobTimeout = 900;
maxJobs = 12;
nice = -10;
};
dynamicism.for.distccd.enable = true;
networking.hostName = "distccd-machine";
}