refactor: move hass to tei

This commit is contained in:
arcnmx 2024-01-14 12:10:21 -08:00
parent 0b4d0a77ab
commit 500134de8b
5 changed files with 8 additions and 8 deletions

View file

@ -42,7 +42,7 @@ in {
ingress = listToAttrs [
(ingressForNginx { host = config.networking.domain; inherit hostName; })
(ingressForNginx { host = (systemFor "tewi").services.zigbee2mqtt.domain; inherit hostName; })
(ingressForHass { hostName = "tewi"; })
(ingressForHass { inherit hostName; })
(ingressForVouch { inherit hostName; })
(ingressForKanidm { inherit hostName; })
];