There is no port config clause, attach to hostname.
This commit is contained in:
parent
13ea009fec
commit
bc1c6a195d
|
@ -98,8 +98,7 @@ in {
|
||||||
server.package = cfg.server-package;
|
server.package = cfg.server-package;
|
||||||
settings = {
|
settings = {
|
||||||
email = {
|
email = {
|
||||||
smtp_server = cfg.smtp.host;
|
smtp_server = "${cfg.smtp.host}:${cfg.smtp.port}";
|
||||||
smtp_port = cfg.smtp.port;
|
|
||||||
smtp_from_address = "noreply@${cfg.hostname}";
|
smtp_from_address = "noreply@${cfg.hostname}";
|
||||||
};
|
};
|
||||||
hostname = cfg.hostname;
|
hostname = cfg.hostname;
|
||||||
|
|
Loading…
Reference in New Issue