summaryrefslogtreecommitdiff
path: root/nixos/modules/homelab/core
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-02-12 00:18:43 -0500
committertriethyl <triethylammonium@pm.me>2026-02-12 00:18:43 -0500
commitf7693fdb318c627878d736b146b0192d9e12d2f4 (patch)
treec69faf6ed3a0370279c8a9a49895c020c3a03337 /nixos/modules/homelab/core
parentfae13fb4d636cd48d92804d5e6d82c6ddad9e3be (diff)
homelab: migrated to new address
Diffstat (limited to 'nixos/modules/homelab/core')
-rw-r--r--nixos/modules/homelab/core/caddy.nix4
1 files changed, 2 insertions, 2 deletions
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
'';
};