Infini-DL360/hydra: fix localhost protocol

This commit is contained in:
Infinidoge 2024-05-20 16:02:29 -04:00
parent 2ab8d7163b
commit e1c21dd016
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -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;
} }