remove clamav from packages, fixes #64
This commit is contained in:
parent
8268ab5f4b
commit
0f6de6ff57
1 changed files with 1 additions and 1 deletions
|
@ -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 []);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue