Tweak mosquitto config

This commit is contained in:
Torjus Håkestad 2024-05-01 20:48:56 +02:00
parent 55fffaa8a0
commit 517f118871

View File

@ -15,11 +15,8 @@
# Enable the mosquitto MQTT broker
services.mosquitto = {
enable = true;
config = {
allow_anonymous = true;
persistence = true;
};
};
# Enable the zigbee2mqtt service
services.zigbee2mqtt = {