diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-10 18:44:39 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-10 18:44:39 +0100 |
commit | d9e7698d23aa4ac39ba25d9b86f542119b81c459 (patch) | |
tree | 71ad212163b86be7f5d3f4e4633bec6f47d1778f /ymir.nix | |
parent | 5255ff52d3af609add3f6ad8ee5b7c25b81e37fe (diff) | |
download | nixos-d9e7698d23aa4ac39ba25d9b86f542119b81c459.tar nixos-d9e7698d23aa4ac39ba25d9b86f542119b81c459.tar.gz nixos-d9e7698d23aa4ac39ba25d9b86f542119b81c459.tar.bz2 nixos-d9e7698d23aa4ac39ba25d9b86f542119b81c459.tar.xz nixos-d9e7698d23aa4ac39ba25d9b86f542119b81c459.zip |
cleanup
Diffstat (limited to 'ymir.nix')
-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 | }; |