about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-04-04 08:35:07 +0200
committerPol Dellaiera <pol.dellaiera@protonmail.com>2024-04-04 08:35:07 +0200
commite7cc6269022c0430685c51a86b8b9b5d48e45126 (patch)
tree3e8f2caa1f3b4468d6aa68cc11883ba1c1a4cf9a /nixos/tests/all-tests.nix
parent537d34da58a8b3e0a6e8ae7c71f257b8890ab53e (diff)
nixos/modules: add `technitium-dns-server` tests
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 cc8f5959f006d..0069610b3f7d6 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -916,6 +916,7 @@ in {
   tang = handleTest ./tang.nix {};
   taskserver = handleTest ./taskserver.nix {};
   tayga = handleTest ./tayga.nix {};
+  technitium-dns-server = handleTest ./technitium-dns-server.nix {};
   teeworlds = handleTest ./teeworlds.nix {};
   telegraf = handleTest ./telegraf.nix {};
   teleport = handleTest ./teleport.nix {};