aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/home-manager/tests/modules/programs/git/git-with-email-expected.conf
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/home-manager/tests/modules/programs/git/git-with-email-expected.conf')
-rw-r--r--infra/libkookie/home-manager/tests/modules/programs/git/git-with-email-expected.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/libkookie/home-manager/tests/modules/programs/git/git-with-email-expected.conf b/infra/libkookie/home-manager/tests/modules/programs/git/git-with-email-expected.conf
index f48b7c33334d..c34ab1d79e32 100644
--- a/infra/libkookie/home-manager/tests/modules/programs/git/git-with-email-expected.conf
+++ b/infra/libkookie/home-manager/tests/modules/programs/git/git-with-email-expected.conf
@@ -2,12 +2,14 @@
from = "hm@example.org"
smtpEncryption = "tls"
smtpServer = "smtp.example.org"
+ smtpSslCertPath = "/etc/test/certificates.crt"
smtpUser = "home.manager.jr"
[sendemail "hm@example.com"]
from = "hm@example.com"
smtpEncryption = "ssl"
smtpServer = "smtp.example.com"
+ smtpSslCertPath = "/etc/ssl/certs/ca-certificates.crt"
smtpUser = "home.manager"
[user]