diff --git a/flake.nix b/flake.nix index 3626795..5cb71a9 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 255 current 2025-10-11 00:13:49 25.05.20251006.20c4598 6.12.50 * +# generation: 256 current 2025-10-11 00:38:56 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index ec13f97..793c4af 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -67,6 +67,7 @@ in "shopping_list" "isal" "default_config" + "mqtt" ]; extraPackages = python3Packages: with python3Packages; [ psycopg2 @@ -75,6 +76,7 @@ in zha ha-silabs-firmware-client paho-mqtt + aiomqtt aiounifi ]; diff --git a/modules/homelab/services/smarthome/mosquitto/default.nix b/modules/homelab/services/smarthome/mosquitto/default.nix index 434fa97..ebc271b 100644 --- a/modules/homelab/services/smarthome/mosquitto/default.nix +++ b/modules/homelab/services/smarthome/mosquitto/default.nix @@ -61,7 +61,6 @@ in port = 1883; address = "0.0.0.0"; settings.allow_anonymous = true; - #passwordFile = sec."mosquitto_password_file".path; # optional } ]; # override umask to make permissions work out