1
0
Fork 0

dendrite: Allow TCP port

This commit is contained in:
Daniel Kempkens 2022-11-27 18:16:38 +01:00
parent 47ad45444a
commit 9d9f43c7c3
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

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