summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/ymir.nix b/ymir.nix
index a096f0ec..2e0bd77f 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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}