summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2020-01-18 12:00:00 +0000
committerSymphorien Gibol <symphorien+git@xlumurb.eu>2020-06-20 13:24:19 +0200
commit4593482d4e14ae12edae5102747479b738fc2263 (patch)
tree50886dc7141cc542cb023f203d82eabe52b7ff66 /nixos/tests/all-tests.nix
parent433f227f705ebc65de059ea2f5b24ad51349d3ad (diff)
downloadnixpkgs-4593482d4e14ae12edae5102747479b738fc2263.tar
nixpkgs-4593482d4e14ae12edae5102747479b738fc2263.tar.gz
nixpkgs-4593482d4e14ae12edae5102747479b738fc2263.tar.bz2
nixpkgs-4593482d4e14ae12edae5102747479b738fc2263.tar.lz
nixpkgs-4593482d4e14ae12edae5102747479b738fc2263.tar.xz
nixpkgs-4593482d4e14ae12edae5102747479b738fc2263.tar.zst
nixpkgs-4593482d4e14ae12edae5102747479b738fc2263.zip
nixos: add test for sslh
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 796c626f3dd..8316332e48e 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -302,6 +302,7 @@ in
   spacecookie = handleTest ./spacecookie.nix {};
   spike = handleTest ./spike.nix {};
   sonarr = handleTest ./sonarr.nix {};
+  sslh = handleTest ./sslh.nix {};
   strongswan-swanctl = handleTest ./strongswan-swanctl.nix {};
   sudo = handleTest ./sudo.nix {};
   switchTest = handleTest ./switch-test.nix {};