summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/home/ham/mqtt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/home/ham/mqtt.nix')
-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 #" ];