Remote builders
This commit is contained in:
parent
8ad5a456cd
commit
3b03b4bb94
1 changed files with 22 additions and 0 deletions
|
@ -58,5 +58,27 @@
|
||||||
path = "/home/${config.ccr.username}/.config/emacs";
|
path = "/home/${config.ccr.username}/.config/emacs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
distributedBuilds = true;
|
||||||
|
buildMachines = [
|
||||||
|
{
|
||||||
|
hostName = "sisko.fleet";
|
||||||
|
system = "aarch64-linux";
|
||||||
|
maxJobs = 4;
|
||||||
|
supportedFeatures = ["kvm" "nixos-test" "big-parallel" "benchmark"];
|
||||||
|
protocol = "ssh-ng";
|
||||||
|
sshUser = "root";
|
||||||
|
sshKey = "/home/${config.ccr.username}/.ssh/id_rsa";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
hostName = "mac.staging.mlabs.city";
|
||||||
|
system = "x86_64-darwin";
|
||||||
|
maxJobs = 4;
|
||||||
|
supportedFeatures = ["kvm" "nixos-test" "big-parallel" "benchmark"];
|
||||||
|
protocol = "ssh-ng";
|
||||||
|
sshUser = "root";
|
||||||
|
sshKey = "/home/${config.ccr.username}/.ssh/id_rsa";
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue