From 5324e1390b3afde481536c783721d37951a678e8 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 26 Jul 2024 14:31:25 +0200 Subject: [PATCH] steveej-x13s: add x64-linux-dev-01 builder --- nix/os/devices/steveej-x13s/configuration.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/nix/os/devices/steveej-x13s/configuration.nix b/nix/os/devices/steveej-x13s/configuration.nix index bed5eea..b47f2db 100644 --- a/nix/os/devices/steveej-x13s/configuration.nix +++ b/nix/os/devices/steveej-x13s/configuration.nix @@ -99,6 +99,22 @@ "big-parallel" "kvm" ]; + maxJobs = 0; + } + + { + hostName = "x64-linux-dev-01.dev.infra.holochain.org"; + sshUser = "nix-remote-builder"; + sshKey = config.sops.secrets.builder-private-key.path; + protocol = "ssh-ng"; + systems = [ + "x86_64-linux" + # "aarch64-linux" + ]; + supportedFeatures = [ + "big-parallel" + "kvm" + ]; maxJobs = 32; } ];