From 8f3b9d41560355809ff055b761a20341b9454135 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 31 Mar 2026 14:31:57 -0500 Subject: [PATCH] renamed livekit to element-call --- modules/core/sovran-hub.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/sovran-hub.nix b/modules/core/sovran-hub.nix index 0292cc9..57d2bb6 100644 --- a/modules/core/sovran-hub.nix +++ b/modules/core/sovran-hub.nix @@ -34,7 +34,7 @@ let { name = "Mempool"; unit = "mempool.service"; type = "system"; icon = "mempool"; } ] ++ lib.optionals cfg.features.element-calling [ - { name = "LiveKit"; unit = "livekit.service"; type = "system"; icon = "livekit"; } + { name = "Element-Call"; unit = "livekit.service"; type = "system"; icon = "livekit"; } ]; generatedConfig = pkgs.writeText "sovran-hub-config.json" @@ -121,4 +121,4 @@ in config = { environment.systemPackages = [ sovran-hub ]; }; -} \ No newline at end of file +}