summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorCRTified <carl.schneider+github@ruhr-uni-bochum.de>2022-01-17 01:39:27 +0100
committerCRTified <carl.schneider+github@ruhr-uni-bochum.de>2022-01-17 01:39:27 +0100
commitf9bc03e3c7726af2d397eb697ffe878aae503860 (patch)
treeba20bbb8d379a1cb5d349a952a7294bad94d7fbf /nixos/tests/all-tests.nix
parentcbbabaddf9c2697379f49de6eaf0d7db99db2366 (diff)
downloadnixpkgs-f9bc03e3c7726af2d397eb697ffe878aae503860.tar
nixpkgs-f9bc03e3c7726af2d397eb697ffe878aae503860.tar.gz
nixpkgs-f9bc03e3c7726af2d397eb697ffe878aae503860.tar.bz2
nixpkgs-f9bc03e3c7726af2d397eb697ffe878aae503860.tar.lz
nixpkgs-f9bc03e3c7726af2d397eb697ffe878aae503860.tar.xz
nixpkgs-f9bc03e3c7726af2d397eb697ffe878aae503860.tar.zst
nixpkgs-f9bc03e3c7726af2d397eb697ffe878aae503860.zip
nixos/adguardhome: add test
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 5ebe07ad3cb..a403a2fce49 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -23,6 +23,7 @@ in
 {
   _3proxy = handleTest ./3proxy.nix {};
   acme = handleTest ./acme.nix {};
+  adguardhome = handleTest ./adguardhome.nix {};
   aesmd = handleTest ./aesmd.nix {};
   agda = handleTest ./agda.nix {};
   airsonic = handleTest ./airsonic.nix {};