summaryrefslogtreecommitdiff
path: root/nixos/modules/homelab/core
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-10-15 08:39:28 -0400
committertriethyl <triethylammonium@pm.me>2025-10-15 08:39:28 -0400
commit87062b75e49e3850db0d5b11ac4ed6b08ca16d4b (patch)
treed8b4960516576394a68d45c8bf99ea4bb7aec31f /nixos/modules/homelab/core
parenta9fc9cf8832c471854bb7fa61137a5272f1076b6 (diff)
homelab: small git changes
Diffstat (limited to 'nixos/modules/homelab/core')
-rw-r--r--nixos/modules/homelab/core/caddy.nix3
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
'';
};
};