summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix3
1 files changed, 0 insertions, 3 deletions
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 ];