diff options
| author | triethyl <triethylammonium@pm.me> | 2025-10-15 08:39:28 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-10-15 08:39:28 -0400 |
| commit | 87062b75e49e3850db0d5b11ac4ed6b08ca16d4b (patch) | |
| tree | d8b4960516576394a68d45c8bf99ea4bb7aec31f /nixos/modules/homelab/core | |
| parent | a9fc9cf8832c471854bb7fa61137a5272f1076b6 (diff) | |
homelab: small git changes
Diffstat (limited to 'nixos/modules/homelab/core')
| -rw-r--r-- | nixos/modules/homelab/core/caddy.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 ''; }; }; |
