fuuko/mqtt: Make compatible with Mosquitto 2
This now requires authenticating with a valid password, which it apparently didn’t do before?
This commit is contained in:
parent
0fdfec4385
commit
c918486622
|
@ -12,6 +12,7 @@
|
|||
password = "ymfQkXcEqGuk62SH";
|
||||
};
|
||||
};
|
||||
checkPasswords = true;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 1883 ];
|
||||
|
|
Loading…
Reference in a new issue