From 11bfdbf136df4a08eba20ee1ffc8176d865844d3 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 29 May 2025 08:49:37 +0200 Subject: [PATCH] tests: drop dhparam default length configuration This has been the default value since the option was introduced back in 2018[0]. [0] https://github.com/NixOS/nixpkgs/commit/81fc2c35097f81ecb29a576148486cc1ce5a5bcc --- tests/lib/config.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/lib/config.nix b/tests/lib/config.nix index 09ae517..fe66875 100644 --- a/tests/lib/config.nix +++ b/tests/lib/config.nix @@ -1,7 +1,4 @@ { # Testing eval failures that result from stateVersion assertion is out of scope mailserver.stateVersion = 999; - - # minimum size required by dovecot - security.dhparams.defaultBitSize = 2048; }