8 lines
162 B
Nix
8 lines
162 B
Nix
{
|
|
hostName = "rpi";
|
|
sshUser = "remotebuilder";
|
|
system = "aarch64-linux";
|
|
protocol = "ssh-ng";
|
|
supportedFeatures = ["benchmark" "big-parallel" "kvm"];
|
|
}
|