MyNixOS website logo
option

services.mosquitto.listeners.*.acl

Additional ACL items to prepend to the generated ACL file.

Declarations
Type
list of single-line string
Default
[ ]
Example
[
  "pattern read #"
  "topic readwrite anon/report/#"
]