From 215541667b0bd5e89701a9b8c33d04a3202df915 Mon Sep 17 00:00:00 2001 From: ppom Date: Mon, 18 Apr 2022 02:16:20 +0200 Subject: [PATCH] fail2ban: add pyinotify support --- pkgs/tools/security/fail2ban/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/security/fail2ban/default.nix b/pkgs/tools/security/fail2ban/default.nix index 6c3fb072709..62bc16f6a41 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 = [