services.prosody.s2sInsecureDomains

Some servers have invalid or self-signed certificates. You can list remote domains here that will not be required to authenticate using certificates. They will be authenticated using DNS instead, even when s2s_secure_auth is enabled.

Type
list of string
Default
[ ]
Example
[
  "insecure.example.com"
]
Declared
<nixpkgs/nixos/modules/services/networking/prosody.nix>