Skip to content
Commit d2706041 authored by Peter Simons's avatar Peter Simons
Browse files

nixos: remove redundant services.dovecot2.package option

Instead of using this option, please modify the dovecot package by means of an
override. For example:

  nixpkgs.config.packageOverrides = super: {
    dovecot = super.dovecot.override { withPgSQL = true; };
  };

Closes https://github.com/NixOS/nixpkgs/issues/14097.
parent 4e7e1a8f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment