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