Removed coturn

This commit is contained in:
2026-04-21 23:17:51 +02:00
parent 34dd0d3bfb
commit 025bc22134
2 changed files with 0 additions and 21 deletions

View File

@@ -129,11 +129,6 @@ let
features = { features = {
feature_group_calls = true; feature_group_calls = true;
}; };
element_call = {
url = "https://livekit.cyperpunk.de";
participant_limit = 8;
brand = "Element Call";
};
} }
); );
elementWebConfigured = pkgs.element-web.overrideAttrs (old: { elementWebConfigured = pkgs.element-web.overrideAttrs (old: {

View File

@@ -16,10 +16,6 @@
owner = "matrix-synapse"; owner = "matrix-synapse";
group = "matrix-synapse"; group = "matrix-synapse";
}; };
matrix_turn_secret = {
owner = "matrix-synapse";
group = "matrix-synapse";
};
}; };
services = { services = {
@@ -34,21 +30,9 @@
suppress_key_server_warning = true; suppress_key_server_warning = true;
registration_shared_secret_path = config.sops.secrets.matrix_registration_secret.path; registration_shared_secret_path = config.sops.secrets.matrix_registration_secret.path;
macaroon_secret_key = "$__file{${config.sops.secrets.matrix_macaroon_secret.path}}"; macaroon_secret_key = "$__file{${config.sops.secrets.matrix_macaroon_secret.path}}";
turn_uris = [
"turn:turn.cyperpunk.de?transport=udp"
"turn:turn.cyperpunk.de?transport=tcp"
];
turn_shared_secret_path = config.sops.secrets.matrix_turn_secret.path;
turn_user_lifetime = "1h";
experimental_features = { experimental_features = {
"msc3266_enabled" = true; "msc3266_enabled" = true;
}; };
extra_well_known_client_content = {
"io.element.call.backend" = {
url = "https://livekit.cyperpunk.de";
livekit_service_url = "https://livekit.cyperpunk.de/_matrix/livekit/jwt";
};
};
listeners = [ listeners = [
{ {
port = 8008; port = 8008;