From bb329116574f5152b8182e7075436dfef759ee23 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 1 Feb 2022 22:27:26 -0500 Subject: Disable clamav, it never updates properly --- machines/helium.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines/helium.nix') 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. -- cgit v1.2.3