diff options
author | Ben Sima <ben@bsima.me> | 2022-02-01 22:27:26 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-02-01 22:27:26 -0500 |
commit | bb329116574f5152b8182e7075436dfef759ee23 (patch) | |
tree | ff7af65699df7af53f08caac67145e17eef9af7f | |
parent | d61fc3da96fb2cbc44f39f58ad6bbfe7001b6c81 (diff) |
Disable clamav, it never updates properly
-rw-r--r-- | machines/helium.nix | 4 |
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. |