diff --git a/hosts/yuki/services/hass/config.nix b/hosts/yuki/services/hass/config.nix index 998fe24..34f5cb7 100644 --- a/hosts/yuki/services/hass/config.nix +++ b/hosts/yuki/services/hass/config.nix @@ -2,8 +2,8 @@ _: { services.home-assistant.config = { lovelace.mode = "yaml"; http = { - server_host = "192.168.1.98"; - server_port = 8124; + server_host = "0.0.0.0"; + server_port = 8123; }; homeassistant = { name = "Home";