h: open up shiori port on tailnet

This commit is contained in:
Aaron Bieber 2023-11-15 09:37:01 -07:00
parent 2dc7e0d6b4
commit 37b4ac2c18
No known key found for this signature in database

View File

@ -195,7 +195,7 @@ in
};
firewall = {
interfaces = { "tailscale0" = { allowedTCPPorts = [ 9002 ]; }; };
interfaces = { "tailscale0" = { allowedTCPPorts = [ 9002 config.services.shiori.port ]; }; };
allowedTCPPorts = [ 22 80 443 2222 53589 ];
allowedUDPPorts = [ 7122 ];
allowedUDPPortRanges = [