mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
machine/thinkman: remote build with 4 jobs on newton
This commit is contained in:
parent
5f8d065ed9
commit
0cfa5408d6
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ in
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "kvm" "big-parallel" ];
|
supportedFeatures = [ "nixos-test" "benchmark" "kvm" "big-parallel" ];
|
||||||
sshUser = "nixremote";
|
sshUser = "nixremote";
|
||||||
sshKey = secrets."nixremote/ssh_key".path;
|
sshKey = secrets."nixremote/ssh_key".path;
|
||||||
|
maxJobs = 4;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue