From e8344d9f10cc3313c69dc9717d02602645048c1a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 17 Jun 2025 00:00:17 +0530 Subject: Add immich --- modules/dashboard/links.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/dashboard/links.nix') 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"; + } ] -- cgit v1.3.1