diff options
author | makefu <github@syntax-fehler.de> | 2018-09-17 01:11:57 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-09-17 01:13:40 +0200 |
commit | 0823d0cbdc2861defaabc232058d96c8862c0b24 (patch) | |
tree | 6bb8d996de851b0d284c3123e3743d80cf647a89 /makefu/2configs/mqtt.nix | |
parent | 80250950625cceb084ed4251082a01fbd8de2bc1 (diff) |
ma: random cleanup
Diffstat (limited to 'makefu/2configs/mqtt.nix')
-rw-r--r-- | makefu/2configs/mqtt.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/mqtt.nix b/makefu/2configs/mqtt.nix index 39c9fdfdd..c56521812 100644 --- a/makefu/2configs/mqtt.nix +++ b/makefu/2configs/mqtt.nix @@ -4,6 +4,7 @@ enable = true; host = "0.0.0.0"; users = {}; + # TODO: secure that shit allowAnonymous = true; }; } |