options virus scanning

This commit is contained in:
r-raymond 2016-07-28 08:29:22 +02:00 committed by GitHub
parent 4c389aef41
commit 9d7716d262

View File

@ -42,6 +42,7 @@ let
enable_pop3 = false;
imap_ssl = false;
pop3_ssl = false;
virus_scanning = false;
in
{
imports = [ ./mail-server.nix ];