enable clamd

This commit is contained in:
Christoph Cullmann 2023-01-16 19:57:02 +01:00
parent c92624c9d1
commit 312167a8ce

View file

@ -261,6 +261,7 @@ in
# virus scanner, we only want the updater running # virus scanner, we only want the updater running
services.clamav = { services.clamav = {
daemon.enable = true;
updater.enable = true; updater.enable = true;
}; };