Change ec modules
This commit is contained in:
parent
c160964c18
commit
1d46cb69fc
4 changed files with 42 additions and 35 deletions
|
@ -10,13 +10,13 @@
|
|||
enable = true;
|
||||
livekit = {
|
||||
url = "wss://${domain}/livekit/sfu";
|
||||
keyFile = config.age.secrets."livekitKeys.age".path;
|
||||
environmentFile = config.age.secrets."livekitKeys.age".path;
|
||||
};
|
||||
};
|
||||
|
||||
livekit = {
|
||||
enable = true;
|
||||
keyFile = config.age.secrets."livekitKeys.age".path;
|
||||
environmentFile = config.age.secrets."livekitKeys.age".path;
|
||||
};
|
||||
|
||||
caddy.virtualHosts."${domain}".extraConfig = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue