summaryrefslogtreecommitdiff
path: root/machines/helium.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-13 13:11:30 -0700
committerBen Sima <ben@bsima.me>2019-05-13 13:11:30 -0700
commite3454cf6a01d339dc08d50ec13b9a96ece737b23 (patch)
tree4497ae21086de6db3f9039c069cc9dc88e4e1f0a /machines/helium.nix
parentadb6ab9e98bf5b5718261d73903359a32292bf98 (diff)
enable security stuff again
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;
};
};