nixos: add fail2ban to module-list.nix

Now that the fail2ban service has the ".enable" option, I think it's
time to add it to the module list, so that we can enable it in
configuration.nix like this:

  services.fail2ban.enable = true;
This commit is contained in:
Bjørn Forsman 2014-08-12 21:27:00 +02:00
parent fd3ce991ef
commit 6949e24366

View file

@ -257,6 +257,7 @@
./services/search/elasticsearch.nix
./services/search/solr.nix
./services/security/clamav.nix
./services/security/fail2ban.nix
./services/security/fprot.nix
./services/security/frandom.nix
./services/security/haveged.nix