config

NixOS config
Log | Files | Refs | README | LICENSE

commit 1410e58a6f9433f447bb77ecd2a4deb3b8969a89 (tree)
parent 1ccb31c900d26769dbdedee9f10e4b7b1f4f7962
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Fri, 21 Feb 2025 20:03:26 +0000

hass: +mqtt

Diffstat:
Mmodules/services/hass/default.nix | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/modules/services/hass/default.nix b/modules/services/hass/default.nix @@ -24,6 +24,11 @@ in environment.systemPackages = [ ]; services = { + mosquitto = { + enable = true; + listeners = [ { address = "::"; } ]; + }; + home-assistant = { enable = true; extraComponents = [ @@ -38,6 +43,7 @@ in "daikin" "ipp" "prometheus" + "mqtt" ]; customComponents = [ pkgs.home-assistant-custom-components.frigate