summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-05-30 17:43:36 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-05-30 17:43:36 +0200
commit53c2aa972f3284e54b9a75fde4737e0bf6175a51 (patch)
tree25e4cc87db1906aee30457f149d502b792574f93 /common.nix
parentd0dfcd535ce27932f83d5419459668ebd1663335 (diff)
no av updates
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 ];