This commit is contained in:
mjallen18
2026-03-18 10:19:52 -05:00
parent b6ed51da26
commit cb82c6a6d7

View File

@@ -42,6 +42,11 @@ let
tls { tls {
dns cloudflare {$CLOUDFLARE_DNS_API_TOKEN} dns cloudflare {$CLOUDFLARE_DNS_API_TOKEN}
} }
@hass host hass.mjallen.dev
handle @hass {
reverse_proxy http://nuc-nixos.local:8123
}
''; '';
}; };
}; };