ma remote-build: rip
This commit is contained in:
parent
0459983abe
commit
afe6ba40da
|
@ -1,14 +0,0 @@
|
||||||
{ pkgs, ...}:
|
|
||||||
let
|
|
||||||
sshKey = (toString <secrets>) + "/id_nixBuild";
|
|
||||||
in {
|
|
||||||
nix.distributedBuilds = true;
|
|
||||||
# TODO: iterate over krebs.hosts
|
|
||||||
nix.buildMachines = map ( hostName:
|
|
||||||
{ inherit hostName sshKey;
|
|
||||||
sshUser = "nixBuild";
|
|
||||||
system = "x86_64-linux";
|
|
||||||
maxJobs = 8;
|
|
||||||
}) [ "hotdog.r" ];
|
|
||||||
# puyak.r "wbob.r" "omo.r" "gum.r" "latte.r"
|
|
||||||
}
|
|
Loading…
Reference in a new issue