l hass: fix mosquitto for real this time
This commit is contained in:
parent
576c05cf3a
commit
6f0d4d9d03
@ -120,8 +120,8 @@ in {
|
|||||||
services.mosquitto = {
|
services.mosquitto = {
|
||||||
enable = true;
|
enable = true;
|
||||||
listeners = [{
|
listeners = [{
|
||||||
acl = [ "topic pattern readwrite #" ];
|
acl = [ ];
|
||||||
users.gg23 = { acl = [ "topic readwrite #" ]; password = "gg23-mqtt"; };
|
users.gg23 = { acl = [ "readwrite #" ]; password = "gg23-mqtt"; };
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user