Infini-OPTIPLEX: add infini-dl360 as build machine

This commit is contained in:
Infinidoge 2025-02-15 04:12:27 -05:00
parent 6f0aabaaf3
commit 1a24a8a7ad
Signed by: Infinidoge
SSH key fingerprint: SHA256:VEv3zmkBzcYYle6/37h+BbOyNDbGy/o8SHh7fcs9RbQ

View file

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