summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 77bc8b0..edcb136 100644
--- a/common.nix
+++ b/common.nix
@@ -261,6 +261,7 @@ in
# virus scanner, we only want the updater running
services.clamav = {
+ daemon.enable = true;
updater.enable = true;
};