summaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
authorplchldr <plchldr@oddco.de>2018-10-30 17:56:25 +0100
committerplchldr <plchldr@oddco.de>2018-10-30 17:56:25 +0100
commitfa0541b96bfebdec5c20f1a73514a7cd5ed0e5c5 (patch)
treeb67c638c32843c3f62485876f9bf30ca5750f9d5 /default.nix
parent817d84d36d34616ecf1a6ed6cba4fb1327b3a74f (diff)
remove Diffie Hillman parameter creation as it is handled by the upstream dovecot2 module as of 18.09
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/default.nix b/default.nix
index 0134541..010f224 100644
--- a/default.nix
+++ b/default.nix
@@ -405,17 +405,6 @@ in
'';
};
- dhParamBitLength = mkOption {
- type = types.int;
- default = 2048;
- description =
- ''
- Length of the Diffie Hillman prime used (in bits). It might be a good
- idea to set this to 4096 for security purposed, but it will take a _very_
- long time to create this prime on startup.
- '';
- };
-
debug = mkOption {
type = types.bool;
default = false;