Tweak mosquitto config

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

View File

@ -16,6 +16,13 @@
services.mosquitto = {
enable = true;
persistence = true;
listeners = [
{
acl = [ "pattern readwrite #" ];
omitPasswordAuth = true;
settings.allow_anonymous = true;
}
];
};
# Enable the zigbee2mqtt service