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.conf15
1 files changed, 15 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
new file mode 100644
index 000000000000..f48b7c33334d
--- /dev/null
+++ b/infra/libkookie/home-manager/tests/modules/programs/git/git-with-email-expected.conf
@@ -0,0 +1,15 @@
+[sendemail "hm-account"]
+ from = "hm@example.org"
+ smtpEncryption = "tls"
+ smtpServer = "smtp.example.org"
+ smtpUser = "home.manager.jr"
+
+[sendemail "hm@example.com"]
+ from = "hm@example.com"
+ smtpEncryption = "ssl"
+ smtpServer = "smtp.example.com"
+ smtpUser = "home.manager"
+
+[user]
+ email = "hm@example.com"
+ name = "H. M. Test"