diff --git a/flake.nix b/flake.nix index b34188a..3969816 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 362, timestamp: 2025-10-12 14:14:12 +# generation: 363, timestamp: 2025-10-12 14:16:09 { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/caddy/default.nix b/modules/homelab/services/caddy/default.nix index 62b09b1..e7f5e37 100644 --- a/modules/homelab/services/caddy/default.nix +++ b/modules/homelab/services/caddy/default.nix @@ -51,7 +51,7 @@ in virtualHosts."key.${homelab.public_domain}" = { extraConfig = '' - root * /etc/ssl/keys + root * /var/www/keys file_server ''; };