roles/remote-builder: set protocol

This commit is contained in:
zowoq 2023-01-05 08:13:58 +10:00
parent 41e1fc41ef
commit af99c3c037
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@
{
hostName = "build04.nix-community.org";
maxJobs = 4;
protocol = "ssh"; # this machine is used by hydra which doesn't support ssh-ng
sshKey = config.sops.secrets.id_buildfarm.path;
sshUser = "nix";
system = "aarch64-linux";

View file

@ -5,6 +5,7 @@
{
hostName = "aarch64.nixos.community";
maxJobs = 64;
protocol = "ssh-ng";
sshKey = config.sops.secrets.aarch64_nixos_community.path;
sshUser = "nixcommunity";
system = "aarch64-linux";