remote go brrr

This commit is contained in:
Peder Bergebakken Sundt 2024-10-19 04:40:57 +02:00
parent a612898422
commit 821e184120

View File

@ -168,7 +168,7 @@ 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 = 1 # 8 cores 24GB - M2
buildMachine.maxJobs = 2 # 8 cores 24GB - M2
buildMachine.supportedFeatures = [ "big-parallel" ]
ssh.listenUser = "pbsds"
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFz8FXSVEdf8FvDMfboxhB5VjSe7y2WgSa09q1L4t099"
@ -176,7 +176,7 @@ 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 = 1 # 64 threads?
buildMachine.maxJobs = 4 # 64 threads?
buildMachine.supportedFeatures = [ "big-parallel", "kvm", "nixos-test" ]
ssh.listenUser = "pbsds"
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMUTz5i9u5H2FHNAmZJyoJfIGyUm/HfGhfwnc142L3ds"