summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2018-11-17 15:02:00 +0100
committerPierre Bourdon <delroth@gmail.com>2018-11-19 01:09:54 +0100
commit08f24cadaa65c367dd6599d0d7b1260d915cf527 (patch)
treee64827c68fac3147d82f9dc8c0c65953f9a03070 /nixos/tests/all-tests.nix
parent47b3086bdf59a4df366550185863a149392d55fe (diff)
downloadnixpkgs-08f24cadaa65c367dd6599d0d7b1260d915cf527.tar
nixpkgs-08f24cadaa65c367dd6599d0d7b1260d915cf527.tar.gz
nixpkgs-08f24cadaa65c367dd6599d0d7b1260d915cf527.tar.bz2
nixpkgs-08f24cadaa65c367dd6599d0d7b1260d915cf527.tar.lz
nixpkgs-08f24cadaa65c367dd6599d0d7b1260d915cf527.tar.xz
nixpkgs-08f24cadaa65c367dd6599d0d7b1260d915cf527.tar.zst
nixpkgs-08f24cadaa65c367dd6599d0d7b1260d915cf527.zip
syncthing-relay module: init
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 ec7178ec9ca..0d5a747b5c5 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -193,6 +193,7 @@ in
   strongswan-swanctl = handleTest ./strongswan-swanctl.nix {};
   sudo = handleTest ./sudo.nix {};
   switchTest = handleTest ./switch-test.nix {};
+  syncthing-relay = handleTest ./syncthing-relay.nix {};
   systemd = handleTest ./systemd.nix {};
   taskserver = handleTest ./taskserver.nix {};
   tomcat = handleTest ./tomcat.nix {};