diff --git a/modules/element-calling.nix b/modules/element-calling.nix index c19e38a..75e0715 100755 --- a/modules/element-calling.nix +++ b/modules/element-calling.nix @@ -64,6 +64,11 @@ lib.mkIf config.sovran_systemsOS.features.element-calling { ]; ####### JWT SERVICE ####### + + environment.systemPackages = with pkgs; [ + lk-jwt-service + ]; + services.lk-jwt-service = { enable = true; port = 8073;