Infini-OPTIPLEX: add infini-dl360 as build machine
This commit is contained in:
parent
6f0aabaaf3
commit
1a24a8a7ad
1 changed files with 12 additions and 0 deletions
|
@ -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 = [
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue