Can't pass package to dovecot

This commit is contained in:
niten 2023-10-11 19:19:11 -07:00
parent ffbb4539a1
commit 189ab0c1e4
1 changed files with 0 additions and 5 deletions

View File

@ -6,11 +6,6 @@ let
sieveDirectory = "${cfg.state-directory}/sieves";
dovecotPkg = pkgs.dovecot.overrideAttrs (oldAttrs: {
configureFlags = oldAttrs.configureFlags ++ [ "--with-solr" ];
buildInputs = oldAttrs.buildInputs ++ [ pkgs.expat ];
});
in {
options.fudo.mail.dovecot = with types; {
enable = mkEnableOption "Enable Dovecot2 IMAP server.";