Add more buildbot listeners

This commit is contained in:
Greg Hellings
2025-12-16 08:15:37 -06:00
parent ca04085edf
commit c77c4a8ff6
+7 -1
View File
@@ -116,7 +116,10 @@ in
address = " 10.42.1.2"; address = " 10.42.1.2";
interface = "br0"; interface = "br0";
}; };
firewall.allowedTCPPorts = [ 3389 ]; firewall.allowedTCPPorts = [
3389
9989 # buildbot communications port
];
interfaces.br0.ipv4 = { interfaces.br0.ipv4 = {
addresses = [ addresses = [
{ {
@@ -172,6 +175,9 @@ in
workerPasswordFile = config.age.secrets.gitea-workerPassword.path; workerPasswordFile = config.age.secrets.gitea-workerPassword.path;
}; };
}; };
buildbot-master.extraConfig = ''
c["protocols"] = {"pb": {"port": "tcp:9989:interface=\\:\\:"} }
'';
displayManager = { displayManager = {
defaultSession = "xfce"; defaultSession = "xfce";
autoLogin = { autoLogin = {