nixbld: use faster rpi for aarch64 builds

pull/30/head
Sebastien Bourdeauducq 2019-10-22 20:10:20 +08:00
parent ee60f202b1
commit 392e3dcb8e
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ ACTION=="add", SUBSYSTEM=="tty", \
supportedFeatures = ["big-parallel"];
}
{
hostName = "rpi-1";
hostName = "rpi-3";
sshUser = "nix";
sshKey = "/etc/nixos/secret/nix_id_rsa";
maxJobs = 1;