2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-06 21:13:40 +00:00
nixpkgs/nixos/modules/services/mail
aszlig 67a8c66f68
nixos/dovecot: Fix usage of dhparams option
The pull request that added dhparams () was made at the time where
the dhparams module overhaul () wasn't done yet, so it's still
using the old mechanics of the module.

As stated in the release notes:

  Module implementers should not set a specific bit size in order to let
  users configure it by themselves if they want to have a different bit
  size than the default (2048).

  An example usage of this would be:

    { config, ... }:

    {
      security.dhparams.params.myservice = {};
      environment.etc."myservice.conf".text = ''
        dhparams = ${config.security.dhparams.params.myservice.path}
      '';
    }

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @qknight, @abbradar, @hrdinka, @leenaars
2018-05-10 08:29:29 +02:00
..
clamsmtp.nix nixos/clamsmtp: init 2018-01-06 16:08:54 +01:00
dkimproxy-out.nix nixos/dkimproxy-out: init () 2018-01-03 01:23:02 +00:00
dovecot.nix nixos/dovecot: Fix usage of dhparams option 2018-05-10 08:29:29 +02:00
dspam.nix
exim.nix
freepops.nix
mail.nix
mailhog.nix mailhog: init at 1.0.0 () 2017-06-24 17:05:34 +01:00
mlmmj.nix
nullmailer.nix nullmailer: simplify config generation 2017-09-28 11:04:39 +01:00
offlineimap.nix
opendkim.nix opendkim: automated key generation (no manual changes for service initialization required anymore) 2017-10-23 15:53:55 +02:00
opensmtpd.nix
pfix-srsd.nix nixos/pfix-srsd: add module 2017-09-21 21:44:55 -04:00
postfix.nix nixos/postfix: document that *Alias options support comma separated values 2018-02-18 13:04:08 +01:00
postgrey.nix
postsrsd.nix
rmilter.nix
rspamd.nix nixos/rspamd: options for worker configuration and socket activation 2018-02-09 06:19:03 +01:00
spamassassin.nix nixos(spamassassin): fix trailing whitespace 2017-09-27 14:50:52 +02:00