From 517f118871c69ce4c4876b5f2386b56ee93b95e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 1 May 2024 20:48:56 +0200 Subject: [PATCH] Tweak mosquitto config --- services/home-assistant/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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