ma remote-build: update to only use hotdog

This commit is contained in:
makefu 2017-12-18 21:29:13 +01:00
parent e2369d551e
commit 96c7074c08
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -8,7 +8,7 @@ in {
{ inherit hostName sshKey; { inherit hostName sshKey;
sshUser = "nixBuild"; sshUser = "nixBuild";
system = "x86_64-linux"; system = "x86_64-linux";
maxJobs = 1; maxJobs = 8;
}) [ "omo.r" "gum.r" "latte.r" ]; }) [ "hotdog.r" ];
# puyak.r "wbob.r" # puyak.r "wbob.r" "omo.r" "gum.r" "latte.r"
} }