services.matrix-synapse.settings.macaroon_secret_key

NixOS option

Secret key for authentication tokens. If none is specified, the registration_shared_secret is used, if one is given; otherwise, a secret key is derived from the signing key. Secrets should be passed in via extraConfigFiles!

type: null or string
Default
null
declared in: nixos/modules/services/matrix/synapse.nixView source on NixOS/nixpkgs →