dynix/tests/distccd/configuration.nix

17 lines
229 B
Nix
Raw Normal View History

2026-02-13 21:12:55 +01:00
{ ... }:
2026-02-18 14:01:39 +01:00
2026-02-13 21:12:55 +01:00
{
services.distccd = {
enable = true;
jobTimeout = 900;
maxJobs = 12;
2026-02-18 14:01:39 +01:00
logLevel = "warning";
2026-02-13 21:12:55 +01:00
nice = -10;
};
dynamicism.for.distccd.enable = true;
networking.hostName = "distccd-machine";
}