services.mosquitto.listeners.*.users

A set of users and their passwords and ACLs.

Type
attribute set of (submodule)
Default
{ }
Example
{
  john = {
    acl = [
      "readwrite john/#"
    ];
    password = "123456";
  };
}
Declared
<nixpkgs/nixos/modules/services/networking/mosquitto.nix>