services.matrix-continuwuity.settings.global.trusted_servers

NixOS option

Servers listed here will be used to gather public keys of other servers (notary trusted key servers). Currently, continuwuity doesn’t support inbound batched key requests, so this list should only contain other Synapse servers. Example: [ "matrix.org" "constellatory.net" "tchncs.de" ]

type: list of non-empty string
Default
[
  "matrix.org"
]
declared in: nixos/modules/services/matrix/continuwuity.nixView source on NixOS/nixpkgs →