diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-01 22:15:34 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-01 22:15:34 +0100 |
| commit | 8805ec5d54297b142b304c890f3cf92e4f11dca5 (patch) | |
| tree | 65187592c02a2f3d76c0147e0431281b6f9a4d09 | |
| parent | f543a0c4d15adbdb73dc08dc106dabf66f6b7f0a (diff) | |
| download | nixos-8805ec5d54297b142b304c890f3cf92e4f11dca5.tar nixos-8805ec5d54297b142b304c890f3cf92e4f11dca5.tar.gz nixos-8805ec5d54297b142b304c890f3cf92e4f11dca5.tar.bz2 nixos-8805ec5d54297b142b304c890f3cf92e4f11dca5.tar.xz nixos-8805ec5d54297b142b304c890f3cf92e4f11dca5.zip | |
...
| -rw-r--r-- | ymir.nix | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -1093,12 +1093,12 @@ in rec { | |||
| 1093 | security.dhparams = { | 1093 | security.dhparams = { |
| 1094 | enable = true; | 1094 | enable = true; |
| 1095 | params = { | 1095 | params = { |
| 1096 | nginx = 3072; | 1096 | nginx.bits = 3072; |
| 1097 | "posfix-512" = 512; | 1097 | "posfix-512".bits = 512; |
| 1098 | "postfix-1024" = 1024; | 1098 | "postfix-1024".bits = 1024; |
| 1099 | "postfix-2048" = 2048; | 1099 | "postfix-2048".bits = 2048; |
| 1100 | "dovecot2" = 2048; | 1100 | "dovecot2" = 2048; |
| 1101 | prosody = 3072; | 1101 | prosody.bits = 3072; |
| 1102 | }; | 1102 | }; |
| 1103 | }; | 1103 | }; |
| 1104 | } | 1104 | } |
