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,10 +15,7 @@
# Enable the mosquitto MQTT broker # Enable the mosquitto MQTT broker
services.mosquitto = { services.mosquitto = {
enable = true; enable = true;
config = { persistence = true;
allow_anonymous = true;
persistence = true;
};
}; };
# Enable the zigbee2mqtt service # Enable the zigbee2mqtt service