From 62f00a06b8321b88040443568a1295ce609cac0a Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 19:39:50 -0500 Subject: [PATCH] 318 current 2025-10-11 19:37:14 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/nginx-proxy/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 8fdc2ba..6fbf253 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 317 current 2025-10-11 19:17:32 25.05.20251006.20c4598 6.12.50 * +# generation: 318 current 2025-10-11 19:37:14 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 a276b53..88461ea 100644 --- a/modules/homelab/services/nginx-proxy/default.nix +++ b/modules/homelab/services/nginx-proxy/default.nix @@ -28,8 +28,8 @@ in forceSSL = true; sslCertificate = sec."ssl_blakedheld_crt".path; sslCertificateKey = sec."ssl_blakedheld_key".path; + root = "/etc/webroot_keys"; locations."/" = { - root = "/etc/webroot_keys"; index = "klefki_pub.asc"; }; };