gitea + jellyfin on homepage

This commit is contained in:
2025-09-18 21:42:48 -06:00
parent 6204b76f83
commit 100a708ce6
3 changed files with 19 additions and 5 deletions

View File

@@ -29,9 +29,10 @@ in
}
{
main = [
{ inherit (services) nextcloud; }
{ inherit (services) plex; }
{ inherit (services) mealie; }
{ inherit (services) jellyfin; }
{ inherit (services) gitea; }
{ inherit (services) nextcloud; }
];
}
]