feat: Change the remotebuild user to a build only user instead of a
regular user
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user