Files
dotfiles/builders/mirai.nix
uttarayan21 0f6ee21a35
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
fix: update deploy-rs usage and nix version for mirai and related systems
2025-11-28 16:30:48 +05:30

8 lines
210 B
Nix

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