diff --git a/flake.nix b/flake.nix index 3e6d510..b34188a 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 361, timestamp: 2025-10-12 14:12:47 +# generation: 362, timestamp: 2025-10-12 14:14:12 { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/caddy/default.nix b/modules/homelab/services/caddy/default.nix index 3484228..62b09b1 100644 --- a/modules/homelab/services/caddy/default.nix +++ b/modules/homelab/services/caddy/default.nix @@ -52,10 +52,7 @@ in virtualHosts."key.${homelab.public_domain}" = { extraConfig = '' root * /etc/ssl/keys - @root path / - rewrite @root /klefki_pub.asc file_server - header Content-Disposition "attachment" ''; }; };