summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/mqtt.nix
blob: 39c9fdfddc14237018d5f3b03ef658fff4b8c4c6 (plain)
1
2
3
4
5
6
7
8
9
{ ... }:
{
  services.mosquitto = {
    enable = true;
    host = "0.0.0.0";
    users = {};
    allowAnonymous = true;
  };
}