From f13edf5e0c6afdeab94604758c5b7b44d7f6dd66 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 25 Mar 2024 01:00:52 +0100 Subject: [PATCH] feat: matrix up --- coturn.nix | 10 +++++----- flake.nix | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/coturn.nix b/coturn.nix index 6354b40..ec5e853 100644 --- a/coturn.nix +++ b/coturn.nix @@ -63,10 +63,10 @@ group = "turnserver"; }; # configure synapse to point users to coturn - services.matrix-synapse = with config.services.coturn; { - turn_uris = ["turn:${realm}:3478?transport=udp" "turn:${realm}:3478?transport=tcp"]; - turn_shared_secret = static-auth-secret; - turn_user_lifetime = "1h"; - }; + # services.matrix-synapse = with config.services.coturn; { + # turn_uris = ["turn:${realm}:3478?transport=udp" "turn:${realm}:3478?transport=tcp"]; + # turn_shared_secret = static-auth-secret; + # turn_user_lifetime = "1h"; + # }; } diff --git a/flake.nix b/flake.nix index 7eaca98..12caad0 100644 --- a/flake.nix +++ b/flake.nix @@ -15,8 +15,8 @@ ./jellyfin.nix ./filebrowser.nix ./tail.nix - # ./matrix.nix - # ./coturn.nix + ./matrix.nix + # ./coturn.nix # disabled becouse tls not solved ]; };