renamed livekit to element-call

This commit is contained in:
2026-03-31 14:31:57 -05:00
parent d8c961f985
commit 8f3b9d4156

View File

@@ -34,7 +34,7 @@ let
{ name = "Mempool"; unit = "mempool.service"; type = "system"; icon = "mempool"; } { name = "Mempool"; unit = "mempool.service"; type = "system"; icon = "mempool"; }
] ]
++ lib.optionals cfg.features.element-calling [ ++ 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" generatedConfig = pkgs.writeText "sovran-hub-config.json"