add user to mosquitto
This commit is contained in:
parent
f156120464
commit
df965d90ac
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@
|
||||||
password = "insecure-password";
|
password = "insecure-password";
|
||||||
acl = [ "readwrite #" ];
|
acl = [ "readwrite #" ];
|
||||||
};
|
};
|
||||||
|
users."shairport-mqtt" = {
|
||||||
|
password = "insecure-password";
|
||||||
|
acl = [ "readwrite #" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue