From 1ba1a158c73a810418e1dfc1d1b0b876c02f5514 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 20:03:51 -0500 Subject: [PATCH] 329 current 2025-10-11 20:02:36 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/nginx-proxy/default.nix | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 0531875..7d41331 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 328 current 2025-10-11 20:00:27 25.05.20251006.20c4598 6.12.50 * +# generation: 329 current 2025-10-11 20:02:36 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 f24bc83..f5fdb17 100644 --- a/modules/homelab/services/nginx-proxy/default.nix +++ b/modules/homelab/services/nginx-proxy/default.nix @@ -28,9 +28,8 @@ in forceSSL = true; sslCertificate = sec."ssl_blakedheld_crt".path; sslCertificateKey = sec."ssl_blakedheld_key".path; - root = "/etc/webroot_keys"; - locations."/" = { - index = "klefki_pub.asc"; + locations."/klefki_pub.asc" = { + root = "/etc/webroot_keys"; }; };