This commit is contained in:
2025-01-21 23:42:55 +01:00
parent e364359bdb
commit 5da6e6502c
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ ssh.userPrivateKey = "/run/secrets/nix-community-builders-ssh-key"
["aarch64-build-box.nix-community.org"] # https://nix-community.org/community-builder/
buildMachine.systems = [ "aarch64-linux" ]
buildMachine.maxJobs = 4 # 80 threads 256GB
buildMachine.maxJobs = 4 # 80 threads 128GB
buildMachine.speedFactor = 4 # Neoverse-N1
buildMachine.supportedFeatures = [ "big-parallel", "kvm", "nixos-test" ]
ssh.connectTimeout = 10