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;