feat: Added remotebuilder to nix-darwin

This commit is contained in:
uttarayan21
2025-02-08 00:24:11 +05:30
parent 7c926824d1
commit 25b64efcb2
4 changed files with 23 additions and 21 deletions

7
builders/mirai.nix Normal file
View File

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

7
builders/shiro.nix Normal file
View File

@@ -0,0 +1,7 @@
{
hostName = "shiro";
sshUser = "remotebuilder";
system = "aarch64-darwin";
protocol = "ssh-ng";
supportedFeatures = ["benchmark" "big-parallel" "kvm"];
}