From 1864733ced20dd84a3f37607f18f589253574373 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 16 Jan 2023 20:04:16 +0100 Subject: stay with just the updater --- common.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/common.nix b/common.nix index edcb136..0a046cd 100644 --- a/common.nix +++ b/common.nix @@ -260,10 +260,7 @@ in }; # virus scanner, we only want the updater running - services.clamav = { - daemon.enable = true; - updater.enable = true; - }; + services.clamav.updater.enable = true; # try to ensure we can use our network printers services.printing.enable = true; -- cgit v1.2.3