MyNixOS website logo
option

services.mosquitto.listeners.*.users.<name>.acl

Control client access to topics on the broker.

Declarations
Type
list of single-line string
Default
[ ]
Example
[
  "read A/B"
  "readwrite A/#"
]