Himedall: mosquitto

This commit is contained in:
Filippo Berto 2025-01-19 18:45:54 +01:00
parent 795ef91fcf
commit 754fd39dc8
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -72,6 +72,17 @@ in
'';
services = {
mosquitto = {
enable = true;
listeners = [{
address = "127.0.0.1";
port = 1883;
users.iotdevice = {
acl = [ "pattern readwrite #" ];
omitPasswordAuth = true;
};
}];
};
zigbee2mqtt = {
enable = true;
settings = {