Merge pull request #27958 from LumiGuide/strongswan-swanctl

nixos: add the strongswan-swanctl service
This commit is contained in:
Matthew Justin Bauer
2018-04-21 15:47:39 -05:00
committed by GitHub
7 changed files with 1644 additions and 0 deletions
+1
View File
@@ -384,6 +384,7 @@ in rec {
tests.smokeping = callTest tests/smokeping.nix {};
tests.snapper = callTest tests/snapper.nix {};
tests.statsd = callTest tests/statsd.nix {};
tests.strongswan-swanctl = callTest tests/strongswan-swanctl.nix {};
tests.sudo = callTest tests/sudo.nix {};
tests.systemd = callTest tests/systemd.nix {};
tests.switchTest = callTest tests/switch-test.nix {};