From 21d9ad81ed9b440912aa0638cf7dd528cee47aab Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 15:51:02 -0500 Subject: [PATCH] 173 current 2025-10-09 15:48:55 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/immich/default.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 58e62c1..abd61c4 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 172 current 2025-10-09 15:39:49 25.05.20251006.20c4598 6.12.50 * +# generation: 173 current 2025-10-09 15:48:55 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/immich/default.nix b/modules/homelab/services/immich/default.nix index fa1c74b..096a24b 100644 --- a/modules/homelab/services/immich/default.nix +++ b/modules/homelab/services/immich/default.nix @@ -91,6 +91,10 @@ in locations."/" = { proxyPass = "http://127.0.0.1:${toString cfg.port}"; proxyWebsockets = true; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + }; };