Infini-OPTIPLEX: format
This commit is contained in:
parent
080401a1ad
commit
acd904a9fa
1 changed files with 10 additions and 2 deletions
|
@ -43,8 +43,16 @@
|
||||||
nix.buildMachines = [
|
nix.buildMachines = [
|
||||||
{
|
{
|
||||||
hostName = "infini-dl360";
|
hostName = "infini-dl360";
|
||||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
systems = [
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
"x86_64-linux"
|
||||||
|
"aarch64-linux"
|
||||||
|
];
|
||||||
|
supportedFeatures = [
|
||||||
|
"nixos-test"
|
||||||
|
"benchmark"
|
||||||
|
"big-parallel"
|
||||||
|
"kvm"
|
||||||
|
];
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
maxJobs = 32;
|
maxJobs = 32;
|
||||||
speedFactor = 16;
|
speedFactor = 16;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue