Add back clamav as it has now been fixed in nixpkgs#326533
This commit is contained in:
parent
9f3987baf5
commit
c30cc3ccd4
1 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# services.clamav = {
|
services.clamav = {
|
||||||
# scanner.enable = true;
|
scanner.enable = true;
|
||||||
# daemon.enable = true;
|
daemon.enable = true;
|
||||||
# fangfrisch.enable = true;
|
fangfrisch.enable = true;
|
||||||
# updater.enable = true;
|
updater.enable = true;
|
||||||
# };
|
};
|
||||||
|
|
||||||
security.apparmor = {
|
security.apparmor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue