Added mio-ops build server
This commit is contained in:
parent
24dcf6a90c
commit
a0224dae8c
17
roles/nix-mio-ops.nix
Normal file
17
roles/nix-mio-ops.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Use the mio-ops build servers
|
||||
|
||||
{
|
||||
nix = {
|
||||
distributedBuilds = true;
|
||||
buildMachines = [
|
||||
{
|
||||
hostName = "cuallaidh.mcwhirter.io";
|
||||
maxJobs = 64;
|
||||
sshKey = "/root/.ssh/id_nixops_ed25519";
|
||||
sshUser = "craige";
|
||||
system = "x86-64";
|
||||
supportedFeatures = [ "big-parallel" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue