Add more buildbot listeners
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user