diff options
Diffstat (limited to 'modules/dashboard')
| -rw-r--r-- | modules/dashboard/default.nix | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/modules/dashboard/default.nix b/modules/dashboard/default.nix index d5ee353..196eab1 100644 --- a/modules/dashboard/default.nix +++ b/modules/dashboard/default.nix @@ -21,11 +21,11 @@ in color = "#AA5CC3"; } { - title = "Sonarr"; - key = "s"; - url = "http://sonarr.local"; - altUrl = "http://${settings.network.host}:${toString ports.sonarr}"; - color = "#4c82cf"; + title = "Jellyseer"; + key = "l"; + url = "http://jellyseerr.local"; + altUrl = "http://${settings.network.host}:${toString ports.jellyseerr}"; + color = "#5345e6"; } { title = "Radarr"; @@ -35,6 +35,13 @@ in color = "#fcbd00"; } { + title = "Sonarr"; + key = "s"; + url = "http://sonarr.local"; + altUrl = "http://${settings.network.host}:${toString ports.sonarr}"; + color = "#4c82cf"; + } + { title = "Prowlarr"; key = "p"; url = "http://prowlarr.local"; |
