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 = [ ];