diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-17 00:00:17 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-17 00:00:17 +0530 |
| commit | e8344d9f10cc3313c69dc9717d02602645048c1a (patch) | |
| tree | 7d9d7f1c6eeba36864d6a64956423dae8e124972 /modules/dashboard/links.nix | |
| parent | 926f411a4c703cab001d64b7f8b9701b79a7dc5c (diff) | |
| download | homeserver-nixos-config-e8344d9f10cc3313c69dc9717d02602645048c1a.tar.gz homeserver-nixos-config-e8344d9f10cc3313c69dc9717d02602645048c1a.zip | |
Add immich
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"; + } ] |
