summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2019-04-21 23:05:07 +0200
committerLassulus <github@lassul.us>2019-05-20 17:56:17 +0900
commita3e7e1bbc8e4fea44fa2bdaac74a2371f1989a82 (patch)
tree5b34c297478601674f633d075bd98b3979fafd15 /nixos/tests/all-tests.nix
parent9d8c27e4f4b129f910a992d77b1c740c0a783f08 (diff)
downloadnixpkgs-a3e7e1bbc8e4fea44fa2bdaac74a2371f1989a82.tar
nixpkgs-a3e7e1bbc8e4fea44fa2bdaac74a2371f1989a82.tar.gz
nixpkgs-a3e7e1bbc8e4fea44fa2bdaac74a2371f1989a82.tar.bz2
nixpkgs-a3e7e1bbc8e4fea44fa2bdaac74a2371f1989a82.tar.lz
nixpkgs-a3e7e1bbc8e4fea44fa2bdaac74a2371f1989a82.tar.xz
nixpkgs-a3e7e1bbc8e4fea44fa2bdaac74a2371f1989a82.tar.zst
nixpkgs-a3e7e1bbc8e4fea44fa2bdaac74a2371f1989a82.zip
nixos/syncthing: add options for declarative device/folder config
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 c31d9d78da6..5be7c4292e5 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -231,6 +231,7 @@ in
   strongswan-swanctl = handleTest ./strongswan-swanctl.nix {};
   sudo = handleTest ./sudo.nix {};
   switchTest = handleTest ./switch-test.nix {};
+  syncthing-init = handleTest ./syncthing-init.nix {};
   syncthing-relay = handleTest ./syncthing-relay.nix {};
   systemd = handleTest ./systemd.nix {};
   systemd-confinement = handleTest ./systemd-confinement.nix {};