aboutsummaryrefslogtreecommitdiff
path: root/modules/dashboard/links.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-06-22 01:25:32 +0530
committerAkshay Nair <phenax5@gmail.com>2025-06-22 01:25:32 +0530
commit1ea3c72321a83143591bd4e9989da94798c2d71b (patch)
treea3d584226f176ad6b7e71fff5e646216d0dff63d /modules/dashboard/links.nix
parente8344d9f10cc3313c69dc9717d02602645048c1a (diff)
downloadhomeserver-nixos-config-1ea3c72321a83143591bd4e9989da94798c2d71b.tar.gz
homeserver-nixos-config-1ea3c72321a83143591bd4e9989da94798c2d71b.zip
Add immish dashboard link + refactor stuff
Diffstat (limited to '')
-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";
}
]