Change from address

This commit is contained in:
2023-12-01 14:14:00 -08:00
parent 3d0edfbe0e
commit 799fd04446
+1 -1
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}>";
}; };
}; };