Add new ports to firewall
This commit is contained in:
parent
f801bac10d
commit
f609c7b545
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue