From 312167a8ceb910cb69fd20162529ff578f4103de Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 16 Jan 2023 19:57:02 +0100 Subject: enable clamd --- common.nix | 1 + 1 file changed, 1 insertion(+) 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; }; -- cgit v1.2.3