From 189ab0c1e49a1847915bad34ce99565d35d29710 Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 11 Oct 2023 19:19:11 -0700 Subject: [PATCH] Can't pass package to dovecot --- dovecot.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dovecot.nix b/dovecot.nix index 424f432..1b72ca1 100644 --- a/dovecot.nix +++ b/dovecot.nix @@ -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.";