add virus scanning

This commit is contained in:
Robin Raymond 2017-08-13 21:51:07 +02:00
parent f51811b236
commit 7d4809038f
6 changed files with 30 additions and 6 deletions

View file

@ -51,4 +51,8 @@ in
inherit vmail_group_name vmail_user_name mail_dir enable_imap
enable_pop3 cert key;
};
clamav = import ./clamav.nix {
inherit virus_scanning;
};
}