Tweak mosquitto config
This commit is contained in:
parent
517f118871
commit
bb24312fdc
@ -16,6 +16,13 @@
|
||||
services.mosquitto = {
|
||||
enable = true;
|
||||
persistence = true;
|
||||
listeners = [
|
||||
{
|
||||
acl = [ "pattern readwrite #" ];
|
||||
omitPasswordAuth = true;
|
||||
settings.allow_anonymous = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
# Enable the zigbee2mqtt service
|
||||
|
Loading…
Reference in New Issue
Block a user