Update modules
This commit is contained in:
parent
1d46cb69fc
commit
476016706d
4 changed files with 56 additions and 53 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue