From 8e001eca91337cb4f017571dc34c3166fbda1e8e Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 25 Mar 2026 07:07:59 -0500 Subject: [PATCH] updated element-calling --- modules/element-calling.nix | 5 +++++ 1 file changed, 5 insertions(+) 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;