Infini-DL360/hydra: fix localhost protocol
This commit is contained in:
parent
2ab8d7163b
commit
e1c21dd016
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ in
|
||||||
hostName = "localhost";
|
hostName = "localhost";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ];
|
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ];
|
||||||
protocol = "ssh";
|
protocol = null;
|
||||||
maxJobs = 32;
|
maxJobs = 32;
|
||||||
speedFactor = 16;
|
speedFactor = 16;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue