--wip-- [skip ci]
This commit is contained in:
parent
e376321340
commit
7cf2c85f9e
1 changed files with 2 additions and 1 deletions
|
|
@ -90,7 +90,8 @@ in
|
||||||
omitPasswordAuth = true;
|
omitPasswordAuth = true;
|
||||||
users.iotdevice = {
|
users.iotdevice = {
|
||||||
acl = [
|
acl = [
|
||||||
"pattern readwrite #"
|
# "pattern readwrite #"
|
||||||
|
"topic readwrite #"
|
||||||
];
|
];
|
||||||
password = "mysweetpassword-or-use-hashedPassword";
|
password = "mysweetpassword-or-use-hashedPassword";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue