aarch64.nixos.community
This commit is contained in:
parent
a4bc2a97ba
commit
f981150018
|
@ -6,7 +6,6 @@
|
|||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"aarch64-linux"
|
||||
"riscv64-linux"
|
||||
];
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"aarch64-linux"
|
||||
"riscv64-linux"
|
||||
];
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"aarch64-linux"
|
||||
"riscv64-linux"
|
||||
];
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ ssh.connectTimeout = 3
|
|||
|
||||
|
||||
["bolle.pbsds.net"]
|
||||
buildMachine.systems = ["x86_64-linux", "i686-linux", "aarch64-linux", "riscv64-linux"]
|
||||
buildMachine.systems = ["x86_64-linux", "i686-linux", "riscv64-linux"]
|
||||
buildMachine.maxJobs = 3 # 12 threads 32GB
|
||||
buildMachine.speedFactor = 4 # ???
|
||||
buildMachine.supportedFeatures = ["kvm", "big-parallel", "nixos-test"]
|
||||
|
@ -52,7 +52,7 @@ ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
|||
|
||||
["eple.pbsds.net"] # r9 290x
|
||||
aliases = [ "eple.tail9aac63.ts.net" ]
|
||||
buildMachine.systems = ["x86_64-linux", "i686-linux", "aarch64-linux", "riscv64-linux"]
|
||||
buildMachine.systems = ["x86_64-linux", "i686-linux", "riscv64-linux"]
|
||||
buildMachine.maxJobs = 3 # 12 threads 32GB
|
||||
buildMachine.speedFactor = 3 # i7-5820K
|
||||
buildMachine.supportedFeatures = ["kvm", "big-parallel", "nixos-test"]
|
||||
|
@ -60,7 +60,7 @@ ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH03MEINNnjBvtmvN2QsC
|
|||
ssh.proxyJump = "isvegg.pvv.ntnu.no"
|
||||
|
||||
["garp.pbsds.net"] # gtx 1080
|
||||
buildMachine.systems = ["x86_64-linux", "i686-linux", "aarch64-linux", "riscv64-linux"]
|
||||
buildMachine.systems = ["x86_64-linux", "i686-linux", "riscv64-linux"]
|
||||
buildMachine.maxJobs = 2 # 8 threads 32GB
|
||||
buildMachine.speedFactor = 4 # i7-6700
|
||||
buildMachine.supportedFeatures = ["kvm", "big-parallel", "nixos-test", "cuda"]
|
||||
|
@ -174,13 +174,13 @@ ssh.listenUser = "pbsds"
|
|||
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFz8FXSVEdf8FvDMfboxhB5VjSe7y2WgSa09q1L4t099"
|
||||
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.supportedFeatures = [ "big-parallel" ]
|
||||
# ssh.listenUser = "TODO"
|
||||
# ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMUTz5i9u5H2FHNAmZJyoJfIGyUm/HfGhfwnc142L3ds"
|
||||
# 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.supportedFeatures = [ "big-parallel", "kvm", "nixos-test" ]
|
||||
ssh.listenUser = "pbsds"
|
||||
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMUTz5i9u5H2FHNAmZJyoJfIGyUm/HfGhfwnc142L3ds"
|
||||
ssh.userPrivateKey = "/run/secrets/nix-community-builders-ssh-key"
|
||||
|
||||
# ["eu.nixbuild.net"]
|
||||
# https://docs.nixbuild.net/getting-started/index.html
|
||||
|
|
|
@ -40,6 +40,8 @@
|
|||
"noximilien.pbsds.net" = {};
|
||||
"rocm.pbsds.net".proxyJump = "isvegg.pvv.ntnu.no";
|
||||
|
||||
# nixos org
|
||||
#"aarch64.nixos.community" = {};
|
||||
# nix-community
|
||||
#"darwin-build-box.nix-community.org" = {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue