dynix/tests/distccd/configuration.nix

15 lines
202 B
Nix
Raw Normal View History

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