diff --git a/services/home-assistant/default.nix b/services/home-assistant/default.nix index 8893431..6cd9164 100644 --- a/services/home-assistant/default.nix +++ b/services/home-assistant/default.nix @@ -15,10 +15,7 @@ # Enable the mosquitto MQTT broker services.mosquitto = { enable = true; - config = { - allow_anonymous = true; - persistence = true; - }; + persistence = true; }; # Enable the zigbee2mqtt service