mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
refactor: move hass to tei
This commit is contained in:
parent
0b4d0a77ab
commit
500134de8b
5 changed files with 8 additions and 8 deletions
|
|
@ -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; })
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue