updated element-calling
This commit is contained in:
@@ -64,6 +64,11 @@ lib.mkIf config.sovran_systemsOS.features.element-calling {
|
|||||||
];
|
];
|
||||||
|
|
||||||
####### JWT SERVICE #######
|
####### JWT SERVICE #######
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
lk-jwt-service
|
||||||
|
];
|
||||||
|
|
||||||
services.lk-jwt-service = {
|
services.lk-jwt-service = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 8073;
|
port = 8073;
|
||||||
|
|||||||
Reference in New Issue
Block a user