forked from M-Labs/nix-scripts
nixbld: use faster rpi for aarch64 builds
This commit is contained in:
parent
ee60f202b1
commit
392e3dcb8e
|
@ -234,7 +234,7 @@ ACTION=="add", SUBSYSTEM=="tty", \
|
||||||
supportedFeatures = ["big-parallel"];
|
supportedFeatures = ["big-parallel"];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
hostName = "rpi-1";
|
hostName = "rpi-3";
|
||||||
sshUser = "nix";
|
sshUser = "nix";
|
||||||
sshKey = "/etc/nixos/secret/nix_id_rsa";
|
sshKey = "/etc/nixos/secret/nix_id_rsa";
|
||||||
maxJobs = 1;
|
maxJobs = 1;
|
||||||
|
|
Loading…
Reference in New Issue