From 1a5707403389d5ef37970127b16c138aaa04113f Mon Sep 17 00:00:00 2001 From: soraefir Date: Sat, 30 May 2026 23:09:25 +0200 Subject: [PATCH] fix --- modules/server/containers/apps/homepage.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/server/containers/apps/homepage.nix b/modules/server/containers/apps/homepage.nix index 1b89e93..e39cfca 100644 --- a/modules/server/containers/apps/homepage.nix +++ b/modules/server/containers/apps/homepage.nix @@ -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";