From 1a24a8a7ad028cf967a7afb8cb0fc47c00f3fd72 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 15 Feb 2025 04:12:27 -0500 Subject: [PATCH] Infini-OPTIPLEX: add infini-dl360 as build machine --- hosts/Infini-OPTIPLEX/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hosts/Infini-OPTIPLEX/default.nix b/hosts/Infini-OPTIPLEX/default.nix index 9a747eb..45f6c6c 100644 --- a/hosts/Infini-OPTIPLEX/default.nix +++ b/hosts/Infini-OPTIPLEX/default.nix @@ -38,6 +38,18 @@ } ]; + nix.buildMachines = [ + { + hostName = "infini-dl360"; + systems = [ "x86_64-linux" "aarch64-linux" ]; + supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; + protocol = "ssh-ng"; + maxJobs = 32; + speedFactor = 16; + sshUser = "remotebuild"; + } + ]; + persist = { directories = [ ];