summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-04-21 15:47:39 -0500
committerGitHub <noreply@github.com>2018-04-21 15:47:39 -0500
commite4717c902fbb92f3fa026bbcfcead7e3b5da6a95 (patch)
tree115090f5d6aa7d7d08cb87d44ce2a01853071690 /nixos/release.nix
parent58253e37e9311b3eceefc4f2d82c32e92a1264a1 (diff)
parente9de38eb61e159e36ce4d905b02b8f4898ddae89 (diff)
Merge pull request #27958 from LumiGuide/strongswan-swanctl
nixos: add the strongswan-swanctl service
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 7a12baba5c1c2..5d3c3de08dac3 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -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 {};