enable turn

This commit is contained in:
admin 2024-04-02 13:56:35 +02:00
parent 0402b4b0ee
commit 972a83efac
2 changed files with 8 additions and 8 deletions

View file

@ -63,10 +63,10 @@
group = "turnserver"; group = "turnserver";
}; };
# configure synapse to point users to coturn # configure synapse to point users to coturn
# services.matrix-synapse = with config.services.coturn; { services.matrix-synapse = with config.services.coturn; {
# turn_uris = ["turn:${realm}:3478?transport=udp" "turn:${realm}:3478?transport=tcp"]; turn_uris = ["turn:${realm}:3478?transport=udp" "turn:${realm}:3478?transport=tcp"];
# turn_shared_secret = static-auth-secret; turn_shared_secret = static-auth-secret;
# turn_user_lifetime = "1h"; turn_user_lifetime = "1h";
# }; };
} }

View file

@ -19,13 +19,13 @@
./audiobooks.nix ./audiobooks.nix
./tunnel.nix ./tunnel.nix
./forgejo.nix ./forgejo.nix
./nextcloud.nix # ./nextcloud.nix
./jellyfin.nix ./jellyfin.nix
./filebrowser.nix ./filebrowser.nix
./tail.nix ./tail.nix
./matrix.nix ./matrix.nix
(import ./homepage.nix {inherit homepage;}) ./coturn.nix # disabled becouse tls not solved
# ./coturn.nix # disabled becouse tls not solved # (import ./homepage.nix {inherit homepage;})
]; ];
}; };