...And toString the port
This commit is contained in:
parent
bc1c6a195d
commit
56a7fd96aa
|
@ -98,7 +98,7 @@ in {
|
|||
server.package = cfg.server-package;
|
||||
settings = {
|
||||
email = {
|
||||
smtp_server = "${cfg.smtp.host}:${cfg.smtp.port}";
|
||||
smtp_server = "${cfg.smtp.host}:${toString cfg.smtp.port}";
|
||||
smtp_from_address = "noreply@${cfg.hostname}";
|
||||
};
|
||||
hostname = cfg.hostname;
|
||||
|
|
Loading…
Reference in New Issue