rpi4: add 8123 to firewall exclusion
This commit is contained in:
parent
d3f34faa53
commit
e3f9f20d71
@ -40,7 +40,11 @@
|
|||||||
|
|
||||||
users.users.nginx.extraGroups = [ "acme" ];
|
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 = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user