This commit is contained in:
Peder Bergebakken Sundt 2024-10-20 22:08:51 +02:00
parent d0c94acc5b
commit 8963a53693
1 changed files with 4 additions and 2 deletions

View File

@ -182,7 +182,8 @@ ssh.proxyJump = "isvegg.pvv.ntnu.no"
["darwin-build-box.nix-community.org"] # https://nix-community.org/community-builder/
buildMachine.systems = [ "aarch64-darwin", "x86_64-darwin" ] # macOS 14.6.1
buildMachine.maxJobs = 2 # 8 cores 24GB - M2
buildMachine.maxJobs = 2 # 8 cores 24GB
buildMachine.speedFactor = 4 # M2
buildMachine.supportedFeatures = [ "big-parallel" ]
ssh.listenUser = "pbsds"
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFz8FXSVEdf8FvDMfboxhB5VjSe7y2WgSa09q1L4t099"
@ -190,7 +191,8 @@ ssh.userPrivateKey = "/run/secrets/nix-community-builders-ssh-key"
["aarch64.nixos.community"] # https://github.com/NixOS/aarch64-build-box
buildMachine.systems = [ "aarch64-linux" ]
buildMachine.maxJobs = 4 # 64 threads?
buildMachine.maxJobs = 4 # 80 threads 256GB
buildMachine.speedFactor = 4 # Neoverse-N1
buildMachine.supportedFeatures = [ "big-parallel", "kvm", "nixos-test" ]
ssh.listenUser = "pbsds"
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMUTz5i9u5H2FHNAmZJyoJfIGyUm/HfGhfwnc142L3ds"