From 7c6c06663fe4e3b0095524c78f92a8f87df1594c Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 15:40:00 +0200 Subject: [PATCH] feat: use ssh instead of ssh-ng --- hosts/nuos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index 3fcccb1..5c92f07 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -92,7 +92,7 @@ buildMachines = [{ hostName = "lambdaOS"; system = "x86_64-linux"; - protocol = "ssh-ng"; + protocol = "ssh"; maxJobs = 5; speedFactor = 3; supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];