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 stringDefault
[ ]
Example
declared in: nixos/modules/services/networking/strongswan.nixView source on NixOS/nixpkgs →[ "/run/keys/ipsec-foo.secret" ]