diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-22 01:25:32 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-22 01:25:32 +0530 |
| commit | 1ea3c72321a83143591bd4e9989da94798c2d71b (patch) | |
| tree | a3d584226f176ad6b7e71fff5e646216d0dff63d /modules/dashboard | |
| parent | e8344d9f10cc3313c69dc9717d02602645048c1a (diff) | |
| download | homeserver-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.nix | 16 |
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"; } ] |
