Update modules

This commit is contained in:
Henry Hiles 2025-04-18 17:34:15 -04:00
parent 1d46cb69fc
commit 476016706d
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
4 changed files with 56 additions and 53 deletions

View file

@ -6,17 +6,15 @@
services = let
domain = "call.henryhiles.com";
in {
lk-jwt-service = {
enable = true;
livekit = {
url = "wss://${domain}/livekit/sfu";
environmentFile = config.age.secrets."livekitKeys.age".path;
};
};
livekit = {
enable = true;
environmentFile = config.age.secrets."livekitKeys.age".path;
keyFile = config.age.secrets."livekitKeys.age".path;
};
lk-jwt-service = {
enable = true;
livekitUrl = "wss://${domain}/livekit/sfu";
keyFile = config.services.livekit.keyFile;
};
caddy.virtualHosts."${domain}".extraConfig = ''