summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-01-16 19:57:02 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-01-16 19:57:02 +0100
commit312167a8ceb910cb69fd20162529ff578f4103de (patch)
tree6e5c8402c86e82636b17b49f20780df5644e8095
parentc92624c9d1a102e807a957074ca65207aa8d1353 (diff)
enable clamd
-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;
};