Change from address

This commit is contained in:
niten 2023-12-01 14:14:00 -08:00
parent 3d0edfbe0e
commit 799fd04446
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ in {
from-address = mkOption { from-address = mkOption {
type = str; type = str;
default = default =
"${toplevel.config.services.authentikContainer.smtp.user}@${domainName}"; "Fudo Authentication <${toplevel.config.services.authentikContainer.smtp.user}@${domainName}>";
}; };
}; };