services: fix arr categories

This commit is contained in:
Felix Buehler 2023-06-04 14:30:30 +02:00
parent 8b5647e495
commit 02ece77264
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ in
webapps.apps.bazarr = {
dashboard = {
name = "Subtitles";
category = "media";
category = "app";
icon = "closed-captioning";
link = "https://subtitles.${domain}";
};

View file

@ -49,7 +49,7 @@ in
dashboard = {
name = "Media";
category = "media";
icon = "film";
icon = "eye";
link = "https://media.${domain}";
};
};

View file

@ -39,7 +39,7 @@ in
webapps.apps.prowlarr = {
dashboard = {
name = "Indexer";
category = "media";
category = "app";
icon = "sync-alt";
link = "https://indexer.${domain}";
};