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

View File

@@ -73,13 +73,8 @@
};
package = pkgs.nixVersions.latest;
buildMachines = [
{
hostName = "sh.darksailor.dev";
sshUser = "remotebuilder";
system = "x86_64-linux";
protocol = "ssh-ng";
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
}
../../builders/mirai.nix
../../builders/shiro.nix
];
distributedBuilds = true;
};