initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit 8f3b9d4156 - Show all commits
+2 -2
View File
@@ -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 ];
};
}
}