homepage layout changes
This commit is contained in:
@@ -4,11 +4,11 @@ let
|
||||
in
|
||||
[
|
||||
{ "stash" = [ { inherit (services) stash; } ]; }
|
||||
# {
|
||||
# productivity = [
|
||||
# { inherit (services) calendar; }
|
||||
# ];
|
||||
# }
|
||||
{
|
||||
agenda = [
|
||||
{ inherit (services) calendar; }
|
||||
];
|
||||
}
|
||||
{
|
||||
multimedia = [
|
||||
{ inherit (services) plex; }
|
||||
@@ -24,12 +24,12 @@ in
|
||||
{ inherit (services) bazarr; }
|
||||
{ inherit (services) prowlarr; }
|
||||
{ inherit (services) sabnzbd; }
|
||||
{ inherit (services) "qbittorrent server"; }
|
||||
{ inherit (services) qbittorrent; }
|
||||
];
|
||||
}
|
||||
{
|
||||
main = [
|
||||
# { inherit (services) nextcloud; }
|
||||
{ inherit (services) nextcloud; }
|
||||
{ inherit (services) mealie; }
|
||||
{ inherit (services) paperless; }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user