From 4e183acd6f2806e3d92ce16824b3766fce82e054 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 20:08:55 -0500 Subject: [PATCH] 332 current 2025-10-11 20:07:14 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/nginx-proxy/default.nix | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 0923136..af9bb1a 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 331 current 2025-10-11 20:05:53 25.05.20251006.20c4598 6.12.50 * +# generation: 332 current 2025-10-11 20:07: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 c721389..900aba9 100644 --- a/modules/homelab/services/nginx-proxy/default.nix +++ b/modules/homelab/services/nginx-proxy/default.nix @@ -30,9 +30,7 @@ in sslCertificateKey = sec."ssl_blakedheld_key".path; root = "/etc/webroot_keys"; locations."/klefki_pub.asc" = { - extraConfig = '' - add_header Content-Disposition "attachment; filename=pubkey.asc"; - ''; + index = "klefki_pub.asc"; }; };