diff options
Diffstat (limited to 'machines')
-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. |