This commit is contained in:
soraefir
2026-05-30 23:09:25 +02:00
parent 2c6ce74437
commit 1a57074033

View File

@@ -17,15 +17,15 @@ let
services = pkgs.writers.writeYAML "services.yaml" {
Media = []
++ (if (serverCfg.containers?jellyfin) then [{
++ (if (serverCfg.containers?jellyfin) then [{"Jellyfin"={
icon = "jellyfin.png";
href = "https://${serverCfg.containers.jellyfin.subdomain}.${serverCfg.domain}";
}] else []);
};}] else []);
Dev = []
++ (if (serverCfg.containers?gitea) then [{
++ (if (serverCfg.containers?gitea) then [{"Gitea"={
icon = "gitea.png";
href = "https://${serverCfg.containers.gitea.subdomain}.${serverCfg.domain}";
}] else []);
};}] else []);
# cloud = []
# ++ (if (serverCfg.containers?nextcloud) then [{
# icon = "nextcloud.png";