services.matrix-synapse.extraArgs

NixOS option

Extra command lines argument that are passed to synapse and workers.

type: list of string
Default
[ ]
Example
[
  "--no-secrets-in-config"
]
declared in: nixos/modules/services/matrix/synapse.nixView source on NixOS/nixpkgs →