From 6221cf7733813b919ce12c74be7bea27aea6902a Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 20 May 2024 10:58:08 -0400 Subject: [PATCH] Infini-DL360/hydra: fix localhost build machine --- hosts/Infini-DL360/hydra.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/Infini-DL360/hydra.nix b/hosts/Infini-DL360/hydra.nix index 7492c30..b46b82c 100644 --- a/hosts/Infini-DL360/hydra.nix +++ b/hosts/Infini-DL360/hydra.nix @@ -53,7 +53,9 @@ in hostName = "localhost"; system = "x86_64-linux"; supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ]; - maxJobs = 16; + protocol = "ssh"; + maxJobs = 32; + speedFactor = 16; } ]; }