fwminex: configure remote aarch64 builder
This commit is contained in:
@@ -168,6 +168,16 @@ in {
|
|||||||
virtualisation.virtualbox.host.enable = true;
|
virtualisation.virtualbox.host.enable = true;
|
||||||
users.extraGroups.vboxusers.members = ["motiejus"];
|
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 = {
|
networking = {
|
||||||
hostId = "3a54afcd";
|
hostId = "3a54afcd";
|
||||||
hostName = "fwminex";
|
hostName = "fwminex";
|
||||||
|
|||||||
Reference in New Issue
Block a user