From a422d4a08392ea6712a8c75f0125b1a8017bb067 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Sat, 14 Feb 2026 15:08:46 -0500 Subject: [PATCH] hippocampus: matrix: sfu: toString --- machines/hippocampus/servers/public/matrix/rtc.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/hippocampus/servers/public/matrix/rtc.nix b/machines/hippocampus/servers/public/matrix/rtc.nix index 194fb60..6f4d9cb 100644 --- a/machines/hippocampus/servers/public/matrix/rtc.nix +++ b/machines/hippocampus/servers/public/matrix/rtc.nix @@ -45,11 +45,11 @@ path /sfu/get* /healthz* } handle @jwt_service { - reverse_proxy localhost:${config.services.lk-jwt-service.port} + reverse_proxy localhost:${toString config.services.lk-jwt-service.port} } # This is livekit handle { - reverse_proxy localhost:${config.services.livekit.settings.port} { + reverse_proxy localhost:${toString config.services.livekit.settings.port} { header_up Connection "upgrade" header_up Upgrade {http.request.header.Upgrade} }