From 273041dc47cbed1ad491e78ab13f4e45f45ba759 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 16:09:48 -0500 Subject: [PATCH] 175 current 2025-10-09 16:08:54 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/immich/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 552497a..201dcb4 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 174 current 2025-10-09 15:56:51 25.05.20251006.20c4598 6.12.50 * +# generation: 175 current 2025-10-09 16:08:54 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 2894b01..5f460e6 100644 --- a/modules/homelab/services/immich/default.nix +++ b/modules/homelab/services/immich/default.nix @@ -76,7 +76,7 @@ in # internal reverse proxy entry services.nginx.virtualHosts."${cfg.url}" = { - forceSSL = true; + forceSSL = false; sslCertificate = sec."ssl_blakedheld_crt".path; sslCertificateKey = sec."ssl_blakedheld_key".path; locations."/" = {