topic readwrite #

This commit is contained in:
Vivian 2021-10-18 21:09:55 +02:00
parent 913213e228
commit 605d9d6b54
No known key found for this signature in database
GPG key ID: A3923C699D1A3BDA

View file

@ -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 = {