services.matrix-synapse.settings.listeners.*.mode

NixOS option

File permissions on the UNIX domain socket.

type: null or string matching the pattern ^[0,2-7]{3,4}$
Default
if path != null then
  "660"
else
  null
Example
"660"
declared in: nixos/modules/services/matrix/synapse.nixView source on NixOS/nixpkgs →