aboutsummaryrefslogtreecommitdiff
path: root/modules/network
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-06-17 00:00:17 +0530
committerAkshay Nair <phenax5@gmail.com>2025-06-17 00:00:17 +0530
commite8344d9f10cc3313c69dc9717d02602645048c1a (patch)
tree7d9d7f1c6eeba36864d6a64956423dae8e124972 /modules/network
parent926f411a4c703cab001d64b7f8b9701b79a7dc5c (diff)
downloadhomeserver-nixos-config-e8344d9f10cc3313c69dc9717d02602645048c1a.tar.gz
homeserver-nixos-config-e8344d9f10cc3313c69dc9717d02602645048c1a.zip
Add immich
Diffstat (limited to '')
-rw-r--r--modules/network/default.nix1
1 files changed, 1 insertions, 0 deletions
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; };
};
};