From 06198567765055febc8829f9f2ca398dd6817d93 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 16 Feb 2026 23:13:47 -0800 Subject: finish up most of the sysadmin work --- nix/modules/conduit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/modules/conduit.nix') diff --git a/nix/modules/conduit.nix b/nix/modules/conduit.nix index 6e4611f..4d7a30c 100644 --- a/nix/modules/conduit.nix +++ b/nix/modules/conduit.nix @@ -18,7 +18,7 @@ services.lk-jwt-service = { enable = lib.mkDefault config.monorepo.profiles.server.enable; port = 6495; - livekitUrl = "wss://livekit.nullring.xyz"; + livekitUrl = "wss://livekit.${config.monorepo.vars.orgHost}"; keyFile = "/run/secrets/livekit_secret"; }; services.livekit = { -- cgit v1.3