feat: Re-enable nixos remote builder

This commit is contained in:
uttarayan21
2025-01-02 18:58:48 +05:30
parent 573b72eeba
commit a215f45cc6
2 changed files with 14 additions and 14 deletions

View File

@@ -34,13 +34,13 @@
}; };
package = pkgs.nixVersions.latest; package = pkgs.nixVersions.latest;
buildMachines = [ buildMachines = [
# { {
# hostName = "sh.darksailor.dev"; hostName = "sh.darksailor.dev";
# sshUser = "fs0c131y"; sshUser = "fs0c131y";
# system = "x86_64-linux"; system = "x86_64-linux";
# protocol = "ssh-ng"; protocol = "ssh-ng";
# supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
# } }
]; ];
distributedBuilds = true; distributedBuilds = true;
}; };

View File

@@ -62,13 +62,13 @@
}; };
package = pkgs.nixVersions.latest; package = pkgs.nixVersions.latest;
buildMachines = [ buildMachines = [
# { {
# hostName = "sh.darksailor.dev"; hostName = "sh.darksailor.dev";
# sshUser = "fs0c131y"; sshUser = "fs0c131y";
# system = "x86_64-linux"; system = "x86_64-linux";
# protocol = "ssh-ng"; protocol = "ssh-ng";
# supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
# } }
]; ];
distributedBuilds = true; distributedBuilds = true;
}; };