From c455c5a7e3a5141254d29c4e552f39a27cee2d38 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Wed, 11 Feb 2026 22:58:19 +0100 Subject: [PATCH] bicep/matrix/livekit: fix matrix domain in livekit, allow dan's server as well --- hosts/bicep/services/matrix/livekit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/bicep/services/matrix/livekit.nix b/hosts/bicep/services/matrix/livekit.nix index 39f74c7..3342404 100644 --- a/hosts/bicep/services/matrix/livekit.nix +++ b/hosts/bicep/services/matrix/livekit.nix @@ -43,7 +43,7 @@ in keyFile = config.sops.templates."matrix-livekit-keyfile".path; }; - systemd.services.lk-jwt-service.environment.LIVEKIT_FULL_ACCESS_HOMESERVERS = lib.mkIf cfg.enable matrixDomain; + systemd.services.lk-jwt-service.environment.LIVEKIT_FULL_ACCESS_HOMESERVERS = lib.mkIf cfg.enable (builtins.concatStringsSep "," [ "pvv.ntnu.no" "dodsorf.as" ]); services.nginx.virtualHosts.${matrixDomain} = lib.mkIf cfg.enable { locations."^~ /livekit/jwt/" = {