about summary refs log tree commit diff
path: root/nixos/tests/strongswan-swanctl.nix
Commit message (Collapse)AuthorAge
* nixos/strongswan-swanctl: port test to pythonJan Hrnko2019-11-06
|
* treewide: remove redundant quotesvolth2019-08-26
|
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* strongswan-swanctl: fix testBas van Dijk2018-02-28
|
* nixos: add the strongswan-swanctl serviceBas van Dijk2018-02-28
The strongswan-swanctl systemd service starts charon-systemd. This implements a IKE daemon very similar to charon, but it's specifically designed for use with systemd. It uses the systemd libraries for a native integration. Instead of using starter and an ipsec.conf based configuration, the daemon is directly managed by systemd and configured with the swanctl configuration backend. See: https://wiki.strongswan.org/projects/strongswan/wiki/Charon-systemd Note that the strongswan.conf and swantctl.conf configuration files are automatically generated based on NixOS options under services.strongswan-swanctl.strongswan and services.strongswan-swanctl.swanctl respectively.