3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos/modules/services
aszlig 67a8c66f68
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
2018-05-10 08:29:29 +02:00
..
admin/salt
amqp
audio nixos: alsa: better docstring 2018-04-27 18:07:19 +01:00
backup restic-rest-server module: init 2018-05-04 16:55:06 +02:00
cluster/kubernetes fleet: remove package, module, test 2018-05-05 00:28:16 +02:00
computing Merge pull request #30908 from kierdavis/boinc-fhs 2018-04-21 15:25:58 -05:00
continuous-integration nixos/buildkite-agent: fix variable expansion in hook scripts 2018-04-27 12:17:40 +01:00
databases foundationdb: split into multiple, major-versioned packages to make upgrades user-controllable 2018-05-01 15:47:36 -05:00
desktops tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
development
editors Merge pull request #39478 from pngwjpgh/infinoted 2018-05-01 10:22:25 -05:00
games ghostOne: remove 2017-12-29 02:18:35 +01:00
hardware Merge pull request #39137 from peterhoeg/m/lcd 2018-04-28 22:57:59 +00:00
logging graylog: use jre_headless 2018-03-22 02:29:27 +01:00
mail nixos/dovecot: Fix usage of dhparams option 2018-05-10 08:29:29 +02:00
misc nixos/matrix-synapse service: url_preview_url_blacklist fix (#40027) 2018-05-06 09:49:04 +00:00
monitoring prometheus-nginx-exporter: fix bool to string coercion 2018-05-02 16:18:20 +02:00
network-filesystems Merge remote-tracking branch 'origin/staging' into cross-nixos 2018-03-01 14:56:58 -05:00
networking Merge pull request #39671 from johanot/keepalived-vrrpInstanceTracking 2018-05-09 20:54:36 +02:00
printing nixos/cupsd: Introduce services.printing.logLevel option 2018-04-27 16:41:49 +00:00
scheduling fcron module: be compatible with non-wrapped sendmail's, like opensmtpd's 2017-12-31 03:34:11 +01:00
search elasticsearch6: fix startup due to missing jvm.options 2018-04-18 00:38:48 +02:00
security sshguard: service creates /var/lib/sshguard 2018-05-05 00:29:44 -05:00
system Add localtime package and nixos module 2017-12-03 11:42:51 +01:00
torrent Merge pull request #33679 from flokli/deluge-module 2018-04-25 14:54:34 -05:00
ttys nixos: rename config.system.nixos* -> config.system.nixos.* 2018-02-18 12:56:30 +00:00
web-apps Merge pull request #39008 from serokell/youtrack 2018-04-27 22:16:57 +03:00
web-servers nginx module: add upstream extraConfig 2018-05-08 16:32:11 +03:00
x11 nixos/bspwm: spawn bpswm process in the background and properly set waiPID (#39707) 2018-04-30 17:03:05 +00:00