summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-01-16 20:04:16 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-01-16 20:04:16 +0100
commit1864733ced20dd84a3f37607f18f589253574373 (patch)
treeb9532324717c1def93900334ef42fa6bad228d2f
parent312167a8ceb910cb69fd20162529ff578f4103de (diff)
stay with just the updater
-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;