From f9811500187cae85acd8d36438713c455d728e27 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 18 Oct 2024 21:58:48 +0200 Subject: [PATCH] aarch64.nixos.community --- hosts/bolle/configuration.nix | 1 - hosts/eple/configuration.nix | 1 - hosts/garp/configuration.nix | 1 - hosts/known-hosts.toml | 20 ++++++++++---------- users/pbsds/home/profiles/ssh.nix | 2 ++ 5 files changed, 12 insertions(+), 13 deletions(-) diff --git a/hosts/bolle/configuration.nix b/hosts/bolle/configuration.nix index 537ebbd..a54afae 100644 --- a/hosts/bolle/configuration.nix +++ b/hosts/bolle/configuration.nix @@ -6,7 +6,6 @@ boot.loader.efi.efiSysMountPoint = "/boot/efi"; boot.binfmt.emulatedSystems = [ - "aarch64-linux" "riscv64-linux" ]; diff --git a/hosts/eple/configuration.nix b/hosts/eple/configuration.nix index 841159e..c818465 100644 --- a/hosts/eple/configuration.nix +++ b/hosts/eple/configuration.nix @@ -6,7 +6,6 @@ boot.loader.efi.efiSysMountPoint = "/boot/efi"; boot.binfmt.emulatedSystems = [ - "aarch64-linux" "riscv64-linux" ]; diff --git a/hosts/garp/configuration.nix b/hosts/garp/configuration.nix index 4fec81b..739515e 100644 --- a/hosts/garp/configuration.nix +++ b/hosts/garp/configuration.nix @@ -5,7 +5,6 @@ boot.loader.efi.canTouchEfiVariables = true; boot.binfmt.emulatedSystems = [ - "aarch64-linux" "riscv64-linux" ]; diff --git a/hosts/known-hosts.toml b/hosts/known-hosts.toml index 6d765c5..3e15934 100644 --- a/hosts/known-hosts.toml +++ b/hosts/known-hosts.toml @@ -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 diff --git a/users/pbsds/home/profiles/ssh.nix b/users/pbsds/home/profiles/ssh.nix index 9a96387..0994b65 100644 --- a/users/pbsds/home/profiles/ssh.nix +++ b/users/pbsds/home/profiles/ssh.nix @@ -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" = {};