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 - -" ];
|
[ "d ${cfg.state-directory} 0750 clamav clamav - -" ];
|
||||||
|
|
||||||
services.clamav = {
|
services.clamav = {
|
||||||
|
daemon = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
PhishingScanURLs = "no";
|
PhishingScanURLs = "no";
|
||||||
|
@ -55,4 +56,5 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue