...And toString the port

This commit is contained in:
niten 2024-01-25 11:44:53 -08:00
parent bc1c6a195d
commit 56a7fd96aa
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ in {
server.package = cfg.server-package; server.package = cfg.server-package;
settings = { settings = {
email = { email = {
smtp_server = "${cfg.smtp.host}:${cfg.smtp.port}"; smtp_server = "${cfg.smtp.host}:${toString cfg.smtp.port}";
smtp_from_address = "noreply@${cfg.hostname}"; smtp_from_address = "noreply@${cfg.hostname}";
}; };
hostname = cfg.hostname; hostname = cfg.hostname;