From d5c79218fa603171e0768b1c7f7ef2e9e4b0b560 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Mon, 15 Aug 2016 17:11:55 +0200 Subject: [PATCH] ajout whois --- base/activation-manuelle/service-fail2ban.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/base/activation-manuelle/service-fail2ban.nix b/base/activation-manuelle/service-fail2ban.nix index b28a914..18c88bd 100644 --- a/base/activation-manuelle/service-fail2ban.nix +++ b/base/activation-manuelle/service-fail2ban.nix @@ -13,6 +13,14 @@ in mkIf cfg.fail2ban { # Gestion de fail2ban + + # Paquets + environment.systemPackages = with pkgs; [ + mailutils + whois + ]; + + # Services services = { fail2ban = {