topic readwrite #
This commit is contained in:
parent
1a53f9ff17
commit
8a7fc61a2d
1 changed files with 3 additions and 8 deletions
|
@ -26,18 +26,13 @@
|
|||
environment.systemPackages = with pkgs; [];
|
||||
|
||||
services.mosquitto = {
|
||||
users = {
|
||||
victor = {
|
||||
acl = ["topic readwrite #"];
|
||||
};
|
||||
zigbee2mqtt = {
|
||||
acl = ["topic readwrite #"];
|
||||
};
|
||||
};
|
||||
users = {};
|
||||
enable = true;
|
||||
|
||||
port = 1883;
|
||||
host = "0.0.0.0";
|
||||
allowAnonymous = true;
|
||||
aclExtraConf = "topic readwrite #";
|
||||
};
|
||||
|
||||
services.zigbee2mqtt = {
|
||||
|
|
Loading…
Add table
Reference in a new issue