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
This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
{
|
{
|
||||||
# Testing eval failures that result from stateVersion assertion is out of scope
|
# Testing eval failures that result from stateVersion assertion is out of scope
|
||||||
mailserver.stateVersion = 999;
|
mailserver.stateVersion = 999;
|
||||||
|
|
||||||
# minimum size required by dovecot
|
|
||||||
security.dhparams.defaultBitSize = 2048;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user