renamed livekit to element-call
This commit is contained in:
@@ -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"
|
||||||
@@ -121,4 +121,4 @@ in
|
|||||||
config = {
|
config = {
|
||||||
environment.systemPackages = [ sovran-hub ];
|
environment.systemPackages = [ sovran-hub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user