it's clamav.daemon

This commit is contained in:
niten 2023-09-24 10:32:13 -07:00
parent e9cefb8860
commit 70cc32e65d
1 changed files with 14 additions and 12 deletions

View File

@ -39,6 +39,7 @@ in {
[ "d ${cfg.state-directory} 0750 clamav clamav - -" ];
services.clamav = {
daemon = {
enable = true;
settings = {
PhishingScanURLs = "no";
@ -55,4 +56,5 @@ in {
};
};
};
};
}