feat: Change the remotebuild user to a build only user instead of a

regular user
This commit is contained in:
uttarayan21
2025-02-01 06:18:38 +05:30
parent c2f20dccd0
commit c655a56242
5 changed files with 27 additions and 15 deletions

View File

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