Files
dotfiles/builders/shiro.nix
2025-02-08 00:24:11 +05:30

8 lines
165 B
Nix

{
hostName = "shiro";
sshUser = "remotebuilder";
system = "aarch64-darwin";
protocol = "ssh-ng";
supportedFeatures = ["benchmark" "big-parallel" "kvm"];
}