From f7693fdb318c627878d736b146b0192d9e12d2f4 Mon Sep 17 00:00:00 2001 From: triethyl Date: Thu, 12 Feb 2026 00:18:43 -0500 Subject: homelab: migrated to new address --- nixos/modules/homelab/core/caddy.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/modules/homelab/core') diff --git a/nixos/modules/homelab/core/caddy.nix b/nixos/modules/homelab/core/caddy.nix index 5904388..b6b8fa3 100644 --- a/nixos/modules/homelab/core/caddy.nix +++ b/nixos/modules/homelab/core/caddy.nix @@ -9,8 +9,8 @@ in { enable = true; email = "culsans@vivaldi.net"; virtualHosts = { - "culsans.site".extraConfig = '' - root * /srv/www/culsans.site + ${config.networking.domain}.extraConfig = '' + root * /srv/www/${config.networking.domain} file_server ''; }; -- cgit v1.2.3