From 5ce622865f1b8938bcf6152d7cd9f74cea4011e6 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Sat, 14 Feb 2026 15:06:15 -0500 Subject: [PATCH] hippocampus: matrix: sfu missing semicolon --- machines/hippocampus/servers/public/matrix/rtc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/hippocampus/servers/public/matrix/rtc.nix b/machines/hippocampus/servers/public/matrix/rtc.nix index bc03ea8..e15ffd2 100644 --- a/machines/hippocampus/servers/public/matrix/rtc.nix +++ b/machines/hippocampus/servers/public/matrix/rtc.nix @@ -18,7 +18,7 @@ # for RTC usage, e.g. RTMP, WHIP, etc. ingress = { enable = false; }; # Redis is used if we were to use ingress - redis = { createLocally = false }; + redis = { createLocally = false; }; settings = { port = 7375; rtc = {