feat: Add remote build machines

This commit is contained in:
uttarayan21
2024-11-18 18:02:17 +05:30
parent 30f467d0c0
commit 946b9f00e2
2 changed files with 27 additions and 1 deletions

View File

@@ -11,8 +11,19 @@
extraOptions = ''
build-users-group = nixbld
extra-nix-path = nixpkgs=flake:nixpkgs
builders-use-substitutes = true
'';
package = pkgs.nixVersions.latest;
buildMachines = [
{
hostName = "sh.darksailor.dev";
sshUser = "fs0c131y";
system = "x86_64-linux";
protocol = "ssh-ng";
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
}
];
distributedBuilds = true;
};
# security.pam.enableSudoTouchIdAuth = true;