services.prosody.s2sSecureDomains

NixOS option

Even if you leave s2s_secure_auth disabled, you can still require valid certificates for some domains by specifying a list here.

type: list of string
Default
[ ]
Example
[
  "jabber.org"
]
declared in: nixos/modules/services/networking/prosody.nixView source on NixOS/nixpkgs →