diff options
| author | andromeda <andromeda@lenovo> | 2026-01-12 17:37:55 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-12 17:37:55 +0100 |
| commit | c1d8b4dff372c7f514ba1e66c92e1227846d34ff (patch) | |
| tree | 4fee6f740a0d1b8f0d5099b24fa1e1f05bbf4454 /modules/nixos | |
| parent | a7e65a0943e20e18f5e18094ba2cc29bf8831914 (diff) | |
use non-tls ssl? [fix typo]
Diffstat (limited to 'modules/nixos')
| -rw-r--r-- | modules/nixos/zulip.nix | 4 |
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; } |
