From e6238d86b25dc79c735b639a50892d7affeadb2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 27 Feb 2024 15:40:16 +0200 Subject: [PATCH] fwminex: configure remote aarch64 builder --- hosts/fwminex/configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 9731caa..61d39e5 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -168,6 +168,16 @@ in { virtualisation.virtualbox.host.enable = true; users.extraGroups.vboxusers.members = ["motiejus"]; + nix.buildMachines = [ + { + hostName = myData.hosts."fra1-a.servers.jakst".jakstIP; + system = "aarch64-linux"; + protocol = "ssh-ng"; + sshUser = "remote-builder"; + sshKey = "/etc/ssh/ssh_host_ed25519_key"; + } + ]; + networking = { hostId = "3a54afcd"; hostName = "fwminex";