From 6b586d80ab5ede803fac72d142ce5d4fa23eaa07 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Tue, 24 Feb 2026 00:08:30 -0500 Subject: [PATCH] final touches to matrix, livekit, lk-jwt-service --- modules/machine/yshtola/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/machine/yshtola/configuration.nix b/modules/machine/yshtola/configuration.nix index 25f3c06..2a042a3 100644 --- a/modules/machine/yshtola/configuration.nix +++ b/modules/machine/yshtola/configuration.nix @@ -72,6 +72,7 @@ in { allowedUDPPorts = [ 3478 + 7881 8448 ]; @@ -224,7 +225,7 @@ in { services.lk-jwt-service = { enable = true; port = 8080; - livekitUrl = "ws://127.0.0.1:7880"; + livekitUrl = "wss://rtc.wyattjmiller.com"; keyFile = livekitKeyFile; };