feat: Change the remotebuild user to a build only user instead of a
regular user
This commit is contained in:
@@ -62,15 +62,15 @@
|
||||
options = "--delete-older-than +5";
|
||||
};
|
||||
package = pkgs.nixVersions.latest;
|
||||
# buildMachines = [
|
||||
# {
|
||||
# hostName = "sh.darksailor.dev";
|
||||
# sshUser = "nixbuilder";
|
||||
# system = "x86_64-linux";
|
||||
# protocol = "ssh-ng";
|
||||
# supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
|
||||
# }
|
||||
# ];
|
||||
buildMachines = [
|
||||
{
|
||||
hostName = "sh.darksailor.dev";
|
||||
sshUser = "remotebuilder";
|
||||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
|
||||
}
|
||||
];
|
||||
distributedBuilds = true;
|
||||
};
|
||||
|
||||
@@ -86,6 +86,12 @@
|
||||
tailscale = {
|
||||
enable = true;
|
||||
};
|
||||
sunshine = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
capSysAdmin = true;
|
||||
# applications = {};
|
||||
};
|
||||
mullvad-vpn.enable = true;
|
||||
resolved = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user