MyNixOS website logo
option

services.stunnel.servers

Define the server configurations.

See "SERVICE-LEVEL OPTIONS" in stunnel(8).

Declarations
Type
attribute set of attribute set of (null or boolean or signed integer or string)
Default
{ }
Example
{
  fancyWebserver = {
    accept = 443;
    cert = "/path/to/pem/file";
    connect = 8080;
  };
}