summaryrefslogtreecommitdiff
path: root/machines/helium.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/helium.nix')
-rw-r--r--machines/helium.nix6
1 files changed, 3 insertions, 3 deletions
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;
};
};