remove clamav from packages, fixes #64

This commit is contained in:
Robin Raymond 2018-02-01 09:14:21 +01:00 committed by GitHub
parent 8268ab5f4b
commit 0f6de6ff57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ in
{
config = with cfg; lib.mkIf enable {
environment.systemPackages = with pkgs; [
dovecot opendkim openssh postfix clamav rspamd rmilter
dovecot opendkim openssh postfix rspamd rmilter
] ++ (if certificateScheme == 2 then [ openssl ] else []);
};
}