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 +}