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