Setup element-call
This commit is contained in:
parent
a2ce398565
commit
e99c3eea15
9 changed files with 73 additions and 1 deletions
15
config/hosts/matrix/element-call.nix
Normal file
15
config/hosts/matrix/element-call.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.livekit = {
|
||||
enable = true;
|
||||
settings.rtc.use_external_ip = true;
|
||||
openFirewall = true;
|
||||
keyFile = "/secrets/matrix-livekit-secret-key.secret";
|
||||
};
|
||||
services.lk-jwt-service = {
|
||||
enable = true;
|
||||
port = 8082;
|
||||
livekitUrl = "wss://matrix-rtc.nekover.se/livekit/sfu";
|
||||
keyFile = "/secrets/matrix-livekit-secret-key.secret";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue