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/network/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/network') diff --git a/modules/network/default.nix b/modules/network/default.nix index 8f706c0..93f41a8 100644 --- a/modules/network/default.nix +++ b/modules/network/default.nix @@ -30,6 +30,7 @@ in "ntfy.local" = { inherit host; port = ports.ntfy; }; "grafana.local" = { inherit host; port = ports.grafana; extraNginxOptions.recommendedProxySettings = true; }; "send.local" = { inherit host; port = ports.send; }; + "photos.local" = { inherit host; port = ports.immich; }; }; }; -- cgit v1.3.1