From eb58eb63c85240f0797d49ed045afbdd1c93c48c Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 13 Jan 2023 09:26:46 +0100 Subject: [PATCH] Disable clamav --- odin/common_configuration.nix | 8 ++++---- thor/configuration.nix | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/odin/common_configuration.nix b/odin/common_configuration.nix index 0221ec9..87d2823 100644 --- a/odin/common_configuration.nix +++ b/odin/common_configuration.nix @@ -243,10 +243,10 @@ with lib; { security.pam.services.xscreensaver.fprintAuth = true; # Clamav - services.clamav = { - daemon.enable = true; - updater.enable = true; - }; + # services.clamav = { + # daemon.enable = true; + # updater.enable = true; + # }; # Power-profiles services.power-profiles-daemon.enable = true; diff --git a/thor/configuration.nix b/thor/configuration.nix index ea8162d..eaf8e49 100644 --- a/thor/configuration.nix +++ b/thor/configuration.nix @@ -91,10 +91,10 @@ with lib; { }; }; blueman.enable = true; - clamav = { - daemon.enable = true; - updater.enable = true; - }; + # clamav = { + # daemon.enable = true; + # updater.enable = true; + # }; dbus.packages = with pkgs; [ dconf ]; fwupd.enable = true; gnome.gnome-keyring.enable = true;