Files
dotfiles/builders/tsuba.nix
2025-06-25 21:16:51 +05:30

8 lines
164 B
Nix

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