MyNixOS website logo
option

services.libreswan.connections

A set of connections to define for the Libreswan IPsec service.

Declarations
Type
attribute set of strings concatenated with "\n"
Default
{ }
Example
{ myconnection = ''
    auto=add
    left=%defaultroute
    leftid=@user

    right=my.vpn.com

    ikev2=no
    ikelifetime=8h
  '';
}