services: matrix: move smtp port note out of secret
This commit is contained in:
parent
1b6258e363
commit
6c17c2d82c
Binary file not shown.
|
@ -39,6 +39,12 @@ in {
|
|||
smtpPort = mkOption {
|
||||
type = types.port;
|
||||
default = 587;
|
||||
description = ''
|
||||
The port to use to connect to the SMTP host.
|
||||
|
||||
Defaulting to STARTTLS port 587 because TLS port 465 isn't supported by synapse
|
||||
See https://github.com/matrix-org/synapse/issues/8046
|
||||
'';
|
||||
};
|
||||
smtpUser = mkOption {
|
||||
type = types.str;
|
||||
|
|
Loading…
Reference in a new issue