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