ma remote-build: rip

This commit is contained in:
makefu 2018-04-04 14:47:14 +02:00
parent 402a0c9847
commit af56983075
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -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"
}