aboutsummaryrefslogtreecommitdiff
path: root/modules/dashboard/links.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dashboard/links.nix')
-rw-r--r--modules/dashboard/links.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/dashboard/links.nix b/modules/dashboard/links.nix
index 1ccded8..4ac0337 100644
--- a/modules/dashboard/links.nix
+++ b/modules/dashboard/links.nix
@@ -11,6 +11,13 @@ in [
color = "#AA5CC3";
}
{
+ title = "Immich";
+ key = "i";
+ url = "http://photos.local";
+ altUrl = "http://${host}:${toString ports.immich}";
+ color = "#fa2921";
+ }
+ {
title = "Jellyseer";
key = "l";
url = "http://jellyseerr.local";
@@ -64,13 +71,6 @@ in [
key = "f";
url = "http://send.local";
altUrl = "http://${host}:${toString ports.send}";
- color = "#AA5CC3";
- }
- {
- title = "Immich";
- key = "i";
- url = "http://photos.local";
- altUrl = "http://${host}:${toString ports.immich}";
- color = "#fa2921";
+ color = "#0a84ff";
}
]