git: Add configured SSL certificate for SMTP (#1833)
If you have a custom SSL certificate configured for SMTP TLS, git should use it.
This commit is contained in:
parent
69e2693342
commit
39e4991856
4 changed files with 6 additions and 0 deletions
|
|
@ -290,6 +290,7 @@ in {
|
|||
"ssl")
|
||||
else
|
||||
"";
|
||||
smtpSslCertPath = mkIf smtp.tls.enable smtp.tls.certificatesFile;
|
||||
smtpServer = smtp.host;
|
||||
smtpUser = userName;
|
||||
from = address;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue