Infini-OPTIPLEX: format

This commit is contained in:
Infinidoge 2025-02-18 21:48:08 -05:00
parent 080401a1ad
commit acd904a9fa
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -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;