services.trafficserver.sni
NixOS option
Configure aspects of TLS connection handling for both inbound and outbound connections. Consult the upstream documentation for more details.
type: null or YAML 1.1 valueDefault
null
Example
declared in: nixos/modules/services/web-servers/trafficserver/default.nixView source on NixOS/nixpkgs →{
sni = [{
fqdn = "no-http2.example.com";
https = "off";
}];
}