about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorTom Hubrecht <tom@hubrecht.ovh>2022-11-19 13:13:56 +0100
committerTom Hubrecht <tom@hubrecht.ovh>2023-06-30 22:27:40 +0200
commit208ee8b2e23d1a658a43e67aef38694de2219069 (patch)
tree91ebd8310038ca9b45255aed00c0d2f593fd1f20 /nixos/tests/all-tests.nix
parent67b08d46a1cf2fe7caa4439226f96a0434855b1b (diff)
nixos/fail2ban: use attrsets for settings instead of strings
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 02bef2039075b..7797391cadeb8 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -256,6 +256,7 @@ in {
   etebase-server = handleTest ./etebase-server.nix {};
   etesync-dav = handleTest ./etesync-dav.nix {};
   evcc = handleTest ./evcc.nix {};
+  fail2ban = handleTest ./fail2ban.nix { };
   fakeroute = handleTest ./fakeroute.nix {};
   fancontrol = handleTest ./fancontrol.nix {};
   fcitx5 = handleTest ./fcitx5 {};