From e1c21dd016c042a563508308f40d03bd13ca9fae Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 20 May 2024 16:02:29 -0400 Subject: [PATCH] Infini-DL360/hydra: fix localhost protocol --- hosts/Infini-DL360/hydra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-DL360/hydra.nix b/hosts/Infini-DL360/hydra.nix index 1c8c8e7..3e2308c 100644 --- a/hosts/Infini-DL360/hydra.nix +++ b/hosts/Infini-DL360/hydra.nix @@ -54,7 +54,7 @@ in hostName = "localhost"; system = "x86_64-linux"; supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ]; - protocol = "ssh"; + protocol = null; maxJobs = 32; speedFactor = 16; }