ajout whois

This commit is contained in:
2016-08-15 17:11:55 +02:00
parent e7ef51ecbe
commit d5c79218fa

View File

@@ -13,6 +13,14 @@ in
mkIf cfg.fail2ban { mkIf cfg.fail2ban {
# Gestion de fail2ban # Gestion de fail2ban
# Paquets
environment.systemPackages = with pkgs; [
mailutils
whois
];
# Services # Services
services = { services = {
fail2ban = { fail2ban = {