summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-02-01 22:27:26 -0500
committerBen Sima <ben@bsima.me>2022-02-01 22:27:26 -0500
commitbb329116574f5152b8182e7075436dfef759ee23 (patch)
treeff7af65699df7af53f08caac67145e17eef9af7f /machines
parentd61fc3da96fb2cbc44f39f58ad6bbfe7001b6c81 (diff)
Disable clamav, it never updates properly
Diffstat (limited to 'machines')
-rw-r--r--machines/helium.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/helium.nix b/machines/helium.nix
index b0bcf64..756be9b 100644
--- a/machines/helium.nix
+++ b/machines/helium.nix
@@ -119,8 +119,8 @@ in {
# security stuff
fail2ban.enable = true;
- clamav.daemon.enable = true;
- clamav.updater.enable = true;
+ clamav.daemon.enable = false;
+ clamav.updater.enable = false;
udev.extraRules = ''
# allows xlock to read the yubikey for challenge-response when unlocking.