feat: use ssh instead of ssh-ng
This commit is contained in:
parent
d7c32eafca
commit
7c6c06663f
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
||||||
buildMachines = [{
|
buildMachines = [{
|
||||||
hostName = "lambdaOS";
|
hostName = "lambdaOS";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh";
|
||||||
maxJobs = 5;
|
maxJobs = 5;
|
||||||
speedFactor = 3;
|
speedFactor = 3;
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue