modules/nixos/remote-workers: use ssh-ng
This commit is contained in:
parent
a740ae4da0
commit
770c3d9ed4
1 changed files with 2 additions and 3 deletions
|
@ -4,11 +4,10 @@
|
|||
|
||||
nix.distributedBuilds = true;
|
||||
nix.buildMachines = [
|
||||
# these machines are used by hydra which doesn't support ssh-ng
|
||||
{
|
||||
hostName = "build04.nix-community.org";
|
||||
maxJobs = 80;
|
||||
protocol = "ssh";
|
||||
protocol = "ssh-ng";
|
||||
sshKey = config.sops.secrets.id_buildfarm.path;
|
||||
sshUser = "nix";
|
||||
system = "aarch64-linux";
|
||||
|
@ -22,7 +21,7 @@
|
|||
{
|
||||
hostName = "darwin02.nix-community.org";
|
||||
maxJobs = 8;
|
||||
protocol = "ssh";
|
||||
protocol = "ssh-ng";
|
||||
sshKey = config.sops.secrets.id_buildfarm.path;
|
||||
sshUser = "nix";
|
||||
systems = [ "aarch64-darwin" "x86_64-darwin" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue