dynix/tests/distccd/configuration.nix
2026-02-18 16:17:06 +01:00

16 lines
229 B
Nix

{ ... }:
{
services.distccd = {
enable = true;
jobTimeout = 900;
maxJobs = 12;
logLevel = "warning";
nice = -10;
};
dynamicism.for.distccd.enable = true;
networking.hostName = "distccd-machine";
}