roles/remote-builder: set protocol
This commit is contained in:
parent
41e1fc41ef
commit
af99c3c037
2 changed files with 2 additions and 0 deletions
roles/remote-builder
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue