From 04ebc668ce9e4618e118b01a7af847cf2114843b Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 19:48:37 -0500 Subject: [PATCH] 321 current 2025-10-11 19:47:16 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- .../homelab/services/nginx-proxy/default.nix | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index 2c45c6c..26ca42f 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 320 current 2025-10-11 19:42:29 25.05.20251006.20c4598 6.12.50 * +# generation: 321 current 2025-10-11 19:47:16 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/nginx-proxy/default.nix b/modules/homelab/services/nginx-proxy/default.nix index 2c05390..510e682 100644 --- a/modules/homelab/services/nginx-proxy/default.nix +++ b/modules/homelab/services/nginx-proxy/default.nix @@ -24,15 +24,15 @@ in }; # static entries - services.nginx.virtualHosts."key.${homelab.public_domain}" = { - forceSSL = true; - sslCertificate = sec."ssl_blakedheld_crt".path; - sslCertificateKey = sec."ssl_blakedheld_key".path; - root = "/etc/webroot_keys"; - locations."/klefki_pub.asc" = { - index = "klefki_pub.asc"; - }; - }; +# services.nginx.virtualHosts."key.${homelab.public_domain}" = { +# forceSSL = true; +# sslCertificate = sec."ssl_blakedheld_crt".path; +# sslCertificateKey = sec."ssl_blakedheld_key".path; +# root = "/etc/webroot_keys"; +# locations."/klefki_pub.asc" = { +# index = "klefki_pub.asc"; +# }; +# }; # nginx secrets sops.secrets = {