summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.nix5
1 files changed, 1 insertions, 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;