it's clamav.daemon
This commit is contained in:
parent
e9cefb8860
commit
70cc32e65d
|
@ -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 {
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue