feat: use ssh instead of ssh-ng

This commit is contained in:
Noa Aarts 2024-10-21 15:40:00 +02:00
parent d7c32eafca
commit 7c6c06663f
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -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" ];