macos build machine
This commit is contained in:
parent
d22a0381a5
commit
b2d2112313
1 changed files with 14 additions and 0 deletions
|
@ -103,3 +103,17 @@
|
|||
autoOptimiseStore = true;
|
||||
};
|
||||
}
|
||||
|
||||
buildMachines = [{
|
||||
hostName = "172.16.0.3";
|
||||
sshUser = "griffin";
|
||||
sshKey = "/home/grfn/.ssh/id_rsa";
|
||||
system = "x86_64-darwin";
|
||||
maxJobs = 4;
|
||||
}];
|
||||
|
||||
distributedBuilds = true;
|
||||
|
||||
# gc = {
|
||||
# automatic = true;
|
||||
# dates = "
|
||||
|
|
Loading…
Reference in a new issue