diff --git a/machines/hippocampus/servers/public/matrix/rtc.nix b/machines/hippocampus/servers/public/matrix/rtc.nix index 5b0656a..e73dc9f 100644 --- a/machines/hippocampus/servers/public/matrix/rtc.nix +++ b/machines/hippocampus/servers/public/matrix/rtc.nix @@ -18,14 +18,14 @@ # for RTC usage, e.g. RTMP, WHIP, etc. ingress = { enable = false; }; # Redis is used if we were to use ingress - redis = { createLocally = false; }; + # redis = { }; settings = { port = 7375; bind_addresses = [""]; rtc = { - port = 7376; - port_range_end = 50100; - port_range_start = 50200; + tcp_port = 7376; + port_range_start = 50100; + port_range_end = 50200; use_external_ip = true; enable_loopback_candidate = false; };