services.strongswan.secrets

NixOS option

A list of paths to IPSec secret files. These files will be included into the main ipsec.secrets file with the include directive. It is safer if these paths are absolute.

type: list of string
Default
[ ]
Example
[
  "/run/keys/ipsec-foo.secret"
]
declared in: nixos/modules/services/networking/strongswan.nixView source on NixOS/nixpkgs →