about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-05-10 08:29:29 +0200
committeraszlig <aszlig@nix.build>2018-05-10 08:29:29 +0200
commit67a8c66f68d9703cd2bf0a706c683de6c362f0d8 (patch)
tree927dc58dfc4f57585c84365032c106b4dfdf16bd /pkgs/applications/video
parentfb9f5e4a0322da74201145a3ecbc816525972ab3 (diff)
downloadnixlib-67a8c66f68d9703cd2bf0a706c683de6c362f0d8.tar
nixlib-67a8c66f68d9703cd2bf0a706c683de6c362f0d8.tar.gz
nixlib-67a8c66f68d9703cd2bf0a706c683de6c362f0d8.tar.bz2
nixlib-67a8c66f68d9703cd2bf0a706c683de6c362f0d8.tar.lz
nixlib-67a8c66f68d9703cd2bf0a706c683de6c362f0d8.tar.xz
nixlib-67a8c66f68d9703cd2bf0a706c683de6c362f0d8.tar.zst
nixlib-67a8c66f68d9703cd2bf0a706c683de6c362f0d8.zip
nixos/dovecot: Fix usage of dhparams option
The pull request that added dhparams (#39507) was made at the time where
the dhparams module overhaul (#39526) 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
Diffstat (limited to 'pkgs/applications/video')
0 files changed, 0 insertions, 0 deletions