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

8 lines
188 B
Nix

{
hostName = "sh.darksailor.dev";
sshUser = "remotebuilder";
system = "x86_64-linux";
protocol = "ssh-ng";
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
}