services: matrix turn fix

This commit is contained in:
Kabbone 2022-12-30 14:05:59 +01:00
parent 5bcdd956f9
commit a51f976db7
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@
enable = true;
no-cli = true;
no-tcp-relay = true;
no-tls = true;
min-port = 49000;
max-port = 50000;
use-auth-secret = true;
@ -64,7 +65,6 @@
# configure synapse to point users to coturn
services.matrix-synapse.settings = with config.services.coturn; {
turn_uris = ["turn:${realm}:3478?transport=udp" "turn:${realm}:3478?transport=tcp"];
turn_shared_secret = static-auth-secret;
};
age.secrets."services/coturn/static-auth" = {

Binary file not shown.