Open Firewall rsyslog / promtail log relay

This commit is contained in:
Théo Barnouin 2024-10-07 13:03:29 +02:00
parent c256a6ee06
commit 07498474ed

View file

@ -238,6 +238,6 @@ in
};
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 3000 3100 3101 9001 ];
networking.firewall.allowedTCPPorts = [ 3000 3100 3101 9001 1514 514 ];
};
}