MyNixOS website logo
option

services.matrix-synapse.workers.<name>.worker_listeners.*.mode

File permissions on the UNIX domain socket.

Declarations
Type
null or string matching the pattern ^[0,2-7]{3,4}$
Default
if path != null then
  "660"
else
  null
Example
"660"