services.prosody.s2sInsecureDomains

NixOS option

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 in: nixos/modules/services/networking/prosody.nixView source on NixOS/nixpkgs →