feat(steveej-x13s,sj-bm-hostkey0): configure buildmachine

This commit is contained in:
steveej 2024-05-02 09:45:30 +02:00
parent 5f1eded00a
commit a58b498d3e
3 changed files with 34 additions and 10 deletions

View file

@ -81,6 +81,26 @@
enable = true;
enableNonRoot = true;
};
sops.secrets.builder-private-key = {};
nix.distributedBuilds = true;
nix.buildMachines = [
{
hostName = "sj-bm-hostkey0.dev.infra.holochain.org";
sshUser = "nix-remote-builder";
sshKey = config.sops.secrets.builder-private-key.path;
protocol = "ssh-ng";
systems = [
"x86_64-linux"
"aarch64-linux"
];
supportedFeatures = [
"big-parallel"
"kvm"
];
maxJobs = 32;
}
];
}
# TODO: create syncthing os snippet