services.matrix-synapse.settings.listeners.*.resources.*.names

NixOS option

List of resources to host on this listener.

type: list of (one of "client", "consent", "federation", "health", "keys", "media", "metrics", "openid", "replication", "static")
Default
[ ]
Example
[
  "client"
]
declared in: nixos/modules/services/matrix/synapse.nixView source on NixOS/nixpkgs →