feat(steveej-x13s,sj-bm-hostkey0): configure buildmachine
This commit is contained in:
parent
5f1eded00a
commit
a58b498d3e
3 changed files with 34 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue