fuuko/mqtt: Make compatible with Mosquitto 2

This now requires authenticating with a valid password, which it
apparently didn’t do before?
upower
Simon Bruder 2021-05-28 23:01:19 +02:00
parent 0fdfec4385
commit c918486622
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
password = "ymfQkXcEqGuk62SH";
};
};
checkPasswords = true;
};
networking.firewall.allowedTCPPorts = [ 1883 ];