mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-23 17:35:38 +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 = {
|
||||
dashboard = {
|
||||
name = "Prowlarr";
|
||||
name = "Indexer";
|
||||
category = "media";
|
||||
icon = "sync-alt";
|
||||
link = "https://indexer.${domain}";
|
||||
|
|
|
@ -28,7 +28,7 @@ in
|
|||
|
||||
webapps.apps.radarr = {
|
||||
dashboard = {
|
||||
name = "Radarr";
|
||||
name = "Movies";
|
||||
category = "media";
|
||||
icon = "film";
|
||||
link = "https://movies.${domain}";
|
||||
|
|
|
@ -28,7 +28,7 @@ in
|
|||
|
||||
webapps.apps.sonarr = {
|
||||
dashboard = {
|
||||
name = "Sonarr";
|
||||
name = "Series";
|
||||
category = "media";
|
||||
icon = "tv";
|
||||
link = "https://series.${domain}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue