diff --git a/common.nix b/common.nix index b0af6bf..c3ae795 100644 --- a/common.nix +++ b/common.nix @@ -398,9 +398,6 @@ in hardware.opengl.enable = true; hardware.opengl.driSupport = true; - # virus scanner, we only want the updater running - services.clamav.updater.enable = true; - # try to ensure we can use our network LaserJet services.printing.enable = true; services.printing.drivers = [ pkgs.hplip ];