ejabberd: ensure coturn isnt running

This commit is contained in:
Colin 2023-10-17 01:16:36 +00:00
parent 184e37e2dc
commit 0092ccacbe

View File

@ -117,6 +117,9 @@ lib.mkIf false
turnPortRange
));
# this ejabberd config uses builtin STUN/TURN server, so hack to ensure no other implementation fights for ports
services.coturn.enable = false;
# provide access to certs
# TODO: this should just be `acme`. then we also add nginx to the `acme` group.
# why is /var/lib/acme/* owned by `nginx` group??