fix?
This commit is contained in:
@@ -16,16 +16,16 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
services = pkgs.writers.writeYAML "services.yaml" {[
|
services = pkgs.writers.writeYAML "services.yaml" {[
|
||||||
{Media = []
|
[{Media = []
|
||||||
++ (if (serverCfg.containers?jellyfin) then [{"Jellyfin"={
|
++ (if (serverCfg.containers?jellyfin) then [{"Jellyfin"={
|
||||||
icon = "jellyfin.png";
|
icon = "jellyfin.png";
|
||||||
href = "https://${serverCfg.containers.jellyfin.subdomain}.${serverCfg.domain}";
|
href = "https://${serverCfg.containers.jellyfin.subdomain}.${serverCfg.domain}";
|
||||||
};}] else [])};
|
};}] else [])}];
|
||||||
{Dev = []
|
[{Dev = []
|
||||||
++ (if (serverCfg.containers?gitea) then [{"Gitea"={
|
++ (if (serverCfg.containers?gitea) then [{"Gitea"={
|
||||||
icon = "gitea.png";
|
icon = "gitea.png";
|
||||||
href = "https://${serverCfg.containers.gitea.subdomain}.${serverCfg.domain}";
|
href = "https://${serverCfg.containers.gitea.subdomain}.${serverCfg.domain}";
|
||||||
};}] else [])};
|
};}] else [])}];
|
||||||
# cloud = []
|
# cloud = []
|
||||||
# ++ (if (serverCfg.containers?nextcloud) then [{
|
# ++ (if (serverCfg.containers?nextcloud) then [{
|
||||||
# icon = "nextcloud.png";
|
# icon = "nextcloud.png";
|
||||||
|
|||||||
Reference in New Issue
Block a user