summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-12-04 22:19:35 +0100
committermakefu <github@syntax-fehler.de>2021-12-04 22:19:35 +0100
commit8b1cb0b262f2b5aef8cbe7cb89afc6162750846f (patch)
tree2a7fdcbf3352e25813e493608dc7e1c3bd0f55c0
parenta479db862635872461d0db5ded693e6e13f3c62b (diff)
ma ham/mqtt: remove obsolete checkPasswords
-rw-r--r--makefu/2configs/home/ham/mqtt.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefu/2configs/home/ham/mqtt.nix b/makefu/2configs/home/ham/mqtt.nix
index 0eca1574..c90afff4 100644
--- a/makefu/2configs/home/ham/mqtt.nix
+++ b/makefu/2configs/home/ham/mqtt.nix
@@ -9,8 +9,7 @@
listeners = [
{
port = 1883;
- omitPasswordAuth = true;
- checkPasswords = true;
+ omitPasswordAuth = false;
users.sensor = {
hashedPassword = "$6$2DXU7W1bvqXPqxkF$vtdz5KTd/T09hmoc9LjgEGFjvpwQbQth6vlVcr5hJNLgcBHv4U03YCKC8TKXbmQAa8xiJ76xJIg25kcL+KI3tg==";
acl = [ "topic readwrite #" ];