updated element-calling

This commit is contained in:
2026-03-25 07:07:59 -05:00
parent 6846a42c78
commit 8e001eca91

View File

@@ -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;