mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/arr: rename homer names
This commit is contained in:
parent
8f8a030860
commit
15f8279171
3 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ in
|
||||||
|
|
||||||
webapps.apps.prowlarr = {
|
webapps.apps.prowlarr = {
|
||||||
dashboard = {
|
dashboard = {
|
||||||
name = "Prowlarr";
|
name = "Indexer";
|
||||||
category = "media";
|
category = "media";
|
||||||
icon = "sync-alt";
|
icon = "sync-alt";
|
||||||
link = "https://indexer.${domain}";
|
link = "https://indexer.${domain}";
|
||||||
|
|
|
@ -28,7 +28,7 @@ in
|
||||||
|
|
||||||
webapps.apps.radarr = {
|
webapps.apps.radarr = {
|
||||||
dashboard = {
|
dashboard = {
|
||||||
name = "Radarr";
|
name = "Movies";
|
||||||
category = "media";
|
category = "media";
|
||||||
icon = "film";
|
icon = "film";
|
||||||
link = "https://movies.${domain}";
|
link = "https://movies.${domain}";
|
||||||
|
|
|
@ -28,7 +28,7 @@ in
|
||||||
|
|
||||||
webapps.apps.sonarr = {
|
webapps.apps.sonarr = {
|
||||||
dashboard = {
|
dashboard = {
|
||||||
name = "Sonarr";
|
name = "Series";
|
||||||
category = "media";
|
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