diff options
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -496,7 +496,6 @@ in rec { | |||
| 496 | sslKey = "${config.security.acme.directory}/yggdrasil.li/key.pem"; | 496 | sslKey = "${config.security.acme.directory}/yggdrasil.li/key.pem"; |
| 497 | config = { | 497 | config = { |
| 498 | #the dh params | 498 | #the dh params |
| 499 | smtpd_tls_dh2048_param_file = config.security.dhparams.params."postfix-2048".path; | ||
| 500 | smtpd_tls_dh1024_param_file = config.security.dhparams.params."postfix-1024".path; | 499 | smtpd_tls_dh1024_param_file = config.security.dhparams.params."postfix-1024".path; |
| 501 | smtpd_tls_dh512_param_file = config.security.dhparams.params."postfix-512".path; | 500 | smtpd_tls_dh512_param_file = config.security.dhparams.params."postfix-512".path; |
| 502 | #enable ECDH | 501 | #enable ECDH |
| @@ -1093,7 +1092,6 @@ in rec { | |||
| 1093 | nginx.bits = 3072; | 1092 | nginx.bits = 3072; |
| 1094 | "postfix-512".bits = 512; | 1093 | "postfix-512".bits = 512; |
| 1095 | "postfix-1024".bits = 1024; | 1094 | "postfix-1024".bits = 1024; |
| 1096 | "postfix-2048".bits = 2048; | ||
| 1097 | "dovecot2".bits = 2048; | 1095 | "dovecot2".bits = 2048; |
| 1098 | prosody.bits = 3072; | 1096 | prosody.bits = 3072; |
| 1099 | }; | 1097 | }; |
