temporary layout while mealie is updated on nix

This commit is contained in:
Danilo Reyes 2025-07-28 23:03:38 -06:00
parent e948bd9ef5
commit 901173ff7e

View File

@ -11,7 +11,6 @@ in
}
{
multimedia = [
{ inherit (services) plex; }
{ inherit (services) audiobookshelf; }
{ inherit (services) kavita; }
];
@ -25,13 +24,14 @@ in
{ inherit (services) prowlarr; }
{ inherit (services) sabnzbd; }
{ inherit (services) qbittorrent; }
{ inherit (services) paperless; }
];
}
{
main = [
{ inherit (services) nextcloud; }
{ inherit (services) plex; }
{ inherit (services) mealie; }
{ inherit (services) paperless; }
];
}
]