Add new ports to firewall
This commit is contained in:
parent
f801bac10d
commit
f609c7b545
|
@ -105,6 +105,8 @@ in {
|
|||
[ cfg.state-directory ];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 8008 8448 ];
|
||||
|
||||
services = {
|
||||
matrix-synapse = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue