diff options
Diffstat (limited to 'modules/dashboard/links.nix')
| -rw-r--r-- | modules/dashboard/links.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/dashboard/links.nix b/modules/dashboard/links.nix index 9a89c2b..1ccded8 100644 --- a/modules/dashboard/links.nix +++ b/modules/dashboard/links.nix @@ -66,4 +66,11 @@ in [ altUrl = "http://${host}:${toString ports.send}"; color = "#AA5CC3"; } + { + title = "Immich"; + key = "i"; + url = "http://photos.local"; + altUrl = "http://${host}:${toString ports.immich}"; + color = "#fa2921"; + } ] |
