From a188c3761b3e3330da56926557dc56c662b16254 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Sat, 14 Feb 2026 18:08:14 -0500 Subject: [PATCH] hippocampus: matrix: rtc: whoops, start<->end --- machines/hippocampus/servers/public/matrix/rtc.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; };