diff --git a/2configs/mqtt.nix b/2configs/mqtt.nix index c565218..8b77df9 100644 --- a/2configs/mqtt.nix +++ b/2configs/mqtt.nix @@ -5,6 +5,9 @@ host = "0.0.0.0"; users = {}; # TODO: secure that shit + aclExtraConf = '' + pattern readwrite /# + ''; allowAnonymous = true; }; }