Himedall: mosquitto
This commit is contained in:
parent
795ef91fcf
commit
754fd39dc8
1 changed files with 11 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue