update community buidlers

This commit is contained in:
Peder Bergebakken Sundt 2025-01-15 11:14:17 +01:00
parent 67f98cefab
commit 639c6955ba

View File

@ -187,17 +187,19 @@ buildMachine.systems = [ "aarch64-darwin", "x86_64-darwin" ] # macOS 14.6.1
buildMachine.maxJobs = 2 # 8 cores 24GB buildMachine.maxJobs = 2 # 8 cores 24GB
buildMachine.speedFactor = 4 # M2 buildMachine.speedFactor = 4 # M2
buildMachine.supportedFeatures = [ "big-parallel" ] buildMachine.supportedFeatures = [ "big-parallel" ]
ssh.connectTimeout = 10
ssh.listenUser = "pbsds" ssh.listenUser = "pbsds"
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFz8FXSVEdf8FvDMfboxhB5VjSe7y2WgSa09q1L4t099" ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKMHhlcn7fUpUuiOFeIhDqBzBNFsbNqq+NpzuGX3e6zv"
ssh.userPrivateKey = "/run/secrets/nix-community-builders-ssh-key" ssh.userPrivateKey = "/run/secrets/nix-community-builders-ssh-key"
["aarch64.nixos.community"] # https://github.com/NixOS/aarch64-build-box ["aarch64-build-box.nix-community.org"] # https://nix-community.org/community-builder/
buildMachine.systems = [ "aarch64-linux" ] buildMachine.systems = [ "aarch64-linux" ]
buildMachine.maxJobs = 4 # 80 threads 256GB buildMachine.maxJobs = 4 # 80 threads 256GB
buildMachine.speedFactor = 4 # Neoverse-N1 buildMachine.speedFactor = 4 # Neoverse-N1
buildMachine.supportedFeatures = [ "big-parallel", "kvm", "nixos-test" ] buildMachine.supportedFeatures = [ "big-parallel", "kvm", "nixos-test" ]
ssh.connectTimeout = 10
ssh.listenUser = "pbsds" ssh.listenUser = "pbsds"
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMUTz5i9u5H2FHNAmZJyoJfIGyUm/HfGhfwnc142L3ds" ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG9uyfhyli+BRtk64y+niqtb+sKquRGGZ87f4YRc8EE1"
ssh.userPrivateKey = "/run/secrets/nix-community-builders-ssh-key" ssh.userPrivateKey = "/run/secrets/nix-community-builders-ssh-key"
# ["eu.nixbuild.net"] # ["eu.nixbuild.net"]