summary refs log tree commit diff
path: root/pkgs/tools/security/fail2ban
diff options
context:
space:
mode:
authorppom <ppom@ppom.me>2022-04-18 02:16:20 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2022-04-24 15:37:53 +0200
commit215541667b0bd5e89701a9b8c33d04a3202df915 (patch)
treef2373f55db7b0308e81c9cdfb5c277a5e74490d3 /pkgs/tools/security/fail2ban
parent827a77d46df6f9f56e4ffe8fcb41ca51b25b2947 (diff)
fail2ban: add pyinotify support
Diffstat (limited to 'pkgs/tools/security/fail2ban')
-rw-r--r--pkgs/tools/security/fail2ban/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/fail2ban/default.nix b/pkgs/tools/security/fail2ban/default.nix
index 6c3fb0727091c..62bc16f6a4147 100644
--- a/pkgs/tools/security/fail2ban/default.nix
+++ b/pkgs/tools/security/fail2ban/default.nix
@@ -17,6 +17,7 @@ python3.pkgs.buildPythonApplication rec {
   pythonPath = with python3.pkgs;
     lib.optionals stdenv.isLinux [
       systemd
+      pyinotify
     ];
 
   patches = [