From 87062b75e49e3850db0d5b11ac4ed6b08ca16d4b Mon Sep 17 00:00:00 2001 From: triethyl Date: Wed, 15 Oct 2025 08:39:28 -0400 Subject: homelab: small git changes --- nixos/modules/homelab/core/caddy.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nixos/modules/homelab/core/caddy.nix') diff --git a/nixos/modules/homelab/core/caddy.nix b/nixos/modules/homelab/core/caddy.nix index 828aa10..5904388 100644 --- a/nixos/modules/homelab/core/caddy.nix +++ b/nixos/modules/homelab/core/caddy.nix @@ -10,7 +10,8 @@ in { email = "culsans@vivaldi.net"; virtualHosts = { "culsans.site".extraConfig = '' - respond "Hello" + root * /srv/www/culsans.site + file_server ''; }; }; -- cgit v1.2.3