MyNixOS website logo
option

services.strongswan.secrets

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.

Declarations
Type
list of string
Default
[ ]
Example
[
  "/run/keys/ipsec-foo.secret"
]