1
0
Fork 0

synapse: open firewall

This commit is contained in:
Daniel Kempkens 2022-11-27 22:26:19 +01:00
parent 8be5f51ce5
commit 989e4e1ba6
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -96,4 +96,6 @@
};
};
};
networking.firewall.allowedTCPPorts = [ 8008 ];
}