From 6ec962a860a46785eb7f3829ffde3597124a3084 Mon Sep 17 00:00:00 2001 From: Adrian Gunnar Lauterer Date: Thu, 16 Oct 2025 15:21:22 +0200 Subject: [PATCH] immich fix --- modules/immich.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/immich.nix b/modules/immich.nix index c6f678f..e084200 100644 --- a/modules/immich.nix +++ b/modules/immich.nix @@ -8,7 +8,7 @@ services.immich = { enable = true; port = 2283; - host = "0.0.0.0" + host = "0.0.0.0"; openFirewall = true;