mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/arr: fix homer category
This commit is contained in:
parent
29b0fb499c
commit
ff91cdd1dd
4 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ in
|
||||||
webapps.apps.bazarr = {
|
webapps.apps.bazarr = {
|
||||||
dashboard = {
|
dashboard = {
|
||||||
name = "Subtitles";
|
name = "Subtitles";
|
||||||
category = "manag";
|
category = "media";
|
||||||
icon = "closed-captioning";
|
icon = "closed-captioning";
|
||||||
link = "https://subtitles.${domain}";
|
link = "https://subtitles.${domain}";
|
||||||
};
|
};
|
||||||
|
|
|
@ -39,7 +39,7 @@ in
|
||||||
webapps.apps.prowlarr = {
|
webapps.apps.prowlarr = {
|
||||||
dashboard = {
|
dashboard = {
|
||||||
name = "Prowlarr";
|
name = "Prowlarr";
|
||||||
category = "manag";
|
category = "media";
|
||||||
icon = "sync-alt";
|
icon = "sync-alt";
|
||||||
link = "https://indexer.${domain}";
|
link = "https://indexer.${domain}";
|
||||||
};
|
};
|
||||||
|
|
|
@ -29,7 +29,7 @@ in
|
||||||
webapps.apps.radarr = {
|
webapps.apps.radarr = {
|
||||||
dashboard = {
|
dashboard = {
|
||||||
name = "Radarr";
|
name = "Radarr";
|
||||||
category = "manag";
|
category = "media";
|
||||||
icon = "film";
|
icon = "film";
|
||||||
link = "https://movies.${domain}";
|
link = "https://movies.${domain}";
|
||||||
};
|
};
|
||||||
|
|
|
@ -29,7 +29,7 @@ in
|
||||||
webapps.apps.sonarr = {
|
webapps.apps.sonarr = {
|
||||||
dashboard = {
|
dashboard = {
|
||||||
name = "Sonarr";
|
name = "Sonarr";
|
||||||
category = "manag";
|
category = "media";
|
||||||
icon = "tv";
|
icon = "tv";
|
||||||
link = "https://series.${domain}";
|
link = "https://series.${domain}";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue