rpi4: add 8123 to firewall exclusion

This commit is contained in:
NullBite 2024-06-23 04:08:38 -04:00
parent d3f34faa53
commit e3f9f20d71
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -40,7 +40,11 @@
users.users.nginx.extraGroups = [ "acme" ];
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedTCPPorts = [
80 443
# this is needed for node to work for some reason
8123
];
services.nginx = {
enable = true;