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 stringDefault
{ }Example
declared in: nixos/modules/services/networking/strongswan.nixView source on NixOS/nixpkgs →{
cachecrls = "yes";
strictcrlpolicy = "yes";
}