This commit is contained in:
mjallen18
2025-02-26 21:57:31 -06:00
parent 122f996620
commit 365f2efff8

View File

@@ -199,6 +199,7 @@ in
pyatv # Apple TV
opencv-python
face-recognition
ibeacon_ble
];
config = {
@@ -276,15 +277,8 @@ in
enable = true;
listeners = [
{
port = mosquittoPort;
users = {
# Optional: Set up authentication
# "mqttuser" = {
# password = "your-password";
# acl = [ "pattern readwrite #" ];
# };
};
# For testing, allow anonymous connections
acl = [ "pattern readwrite #" ];
omitPasswordAuth = true;
settings.allow_anonymous = true;
}
];