summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-12 17:37:55 +0100
committerandromeda <andromeda@lenovo>2026-01-12 17:37:55 +0100
commitc1d8b4dff372c7f514ba1e66c92e1227846d34ff (patch)
tree4fee6f740a0d1b8f0d5099b24fa1e1f05bbf4454 /modules
parenta7e65a0943e20e18f5e18094ba2cc29bf8831914 (diff)
use non-tls ssl? [fix typo]
Diffstat (limited to 'modules')
-rw-r--r--modules/nixos/zulip.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/nixos/zulip.nix b/modules/nixos/zulip.nix
index 3ed286c..bae8098 100644
--- a/modules/nixos/zulip.nix
+++ b/modules/nixos/zulip.nix
@@ -42,6 +42,6 @@
};
};
- # needed fro non-tls connection through port 587
- services.mailserver.enableSubmissionSsl = true;
+ # needed for non-tls connection through port 587
+ mailserver.enableSubmissionSsl = true;
}