add distccd
This commit is contained in:
parent
af46de5628
commit
3ed2f2e1a8
7 changed files with 227 additions and 11 deletions
14
tests/distccd/configuration.nix
Normal file
14
tests/distccd/configuration.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.distccd = {
|
||||
enable = true;
|
||||
jobTimeout = 900;
|
||||
maxJobs = 12;
|
||||
nice = -10;
|
||||
};
|
||||
|
||||
dynamicism.for.distccd.enable = true;
|
||||
|
||||
networking.hostName = "distccd-machine";
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue