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;