fwminex: configure remote aarch64 builder

This commit is contained in:
Motiejus Jakštys 2024-02-27 15:40:16 +02:00
parent 861d4e81fc
commit e6238d86b2
1 changed files with 10 additions and 0 deletions

View File

@ -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";