Add new ports to firewall

This commit is contained in:
niten 2023-09-13 15:16:33 -07:00
parent f801bac10d
commit f609c7b545
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ in {
[ cfg.state-directory ]; [ cfg.state-directory ];
}; };
networking.firewall.allowedTCPPorts = [ 8008 8448 ];
services = { services = {
matrix-synapse = { matrix-synapse = {
enable = true; enable = true;