services.strongswan.setup

NixOS option

A set of options for the ‘config setup’ section of the ipsec.conf file. Defines general configuration parameters.

type: attribute set of string
Default
{ }
Example
{
  cachecrls = "yes";
  strictcrlpolicy = "yes";
}
declared in: nixos/modules/services/networking/strongswan.nixView source on NixOS/nixpkgs →