From e3454cf6a01d339dc08d50ec13b9a96ece737b23 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 13 May 2019 13:11:30 -0700 Subject: enable security stuff again --- machines/helium.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'machines/helium.nix') diff --git a/machines/helium.nix b/machines/helium.nix index 3cbb907..13fbd99 100644 --- a/machines/helium.nix +++ b/machines/helium.nix @@ -88,10 +88,10 @@ vnstat.enable = true; # security stuff - fail2ban.enable = false; + fail2ban.enable = true; clamav = { - daemon.enable = false; - updater.enable = false; + daemon.enable = true; + updater.enable = true; }; }; -- cgit v1.2.3