1 2 3 4 5 6 7 8 9 10
{ ... }: { services.mosquitto = { enable = true; host = "0.0.0.0"; users = {}; # TODO: secure that shit allowAnonymous = true; }; }