final touches to matrix, livekit, lk-jwt-service
This commit is contained in:
@@ -72,6 +72,7 @@ in {
|
|||||||
|
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
3478
|
3478
|
||||||
|
7881
|
||||||
8448
|
8448
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -224,7 +225,7 @@ in {
|
|||||||
services.lk-jwt-service = {
|
services.lk-jwt-service = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 8080;
|
port = 8080;
|
||||||
livekitUrl = "ws://127.0.0.1:7880";
|
livekitUrl = "wss://rtc.wyattjmiller.com";
|
||||||
keyFile = livekitKeyFile;
|
keyFile = livekitKeyFile;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user