From c77c4a8ff6c9b4e0a3791d271e3db16b0c8287fc Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 16 Dec 2025 08:14:25 -0600 Subject: [PATCH] Add more buildbot listeners --- hosts/jeremiah/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/jeremiah/default.nix b/hosts/jeremiah/default.nix index 8b6b5c6..ebba6be 100644 --- a/hosts/jeremiah/default.nix +++ b/hosts/jeremiah/default.nix @@ -116,7 +116,10 @@ in address = " 10.42.1.2"; interface = "br0"; }; - firewall.allowedTCPPorts = [ 3389 ]; + firewall.allowedTCPPorts = [ + 3389 + 9989 # buildbot communications port + ]; interfaces.br0.ipv4 = { addresses = [ { @@ -172,6 +175,9 @@ in workerPasswordFile = config.age.secrets.gitea-workerPassword.path; }; }; + buildbot-master.extraConfig = '' + c["protocols"] = {"pb": {"port": "tcp:9989:interface=\\:\\:"} } + ''; displayManager = { defaultSession = "xfce"; autoLogin = {