aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/programs/git-with-email-expected.conf
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/tests/modules/programs/git-with-email-expected.conf')
-rw-r--r--home-manager/tests/modules/programs/git-with-email-expected.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/home-manager/tests/modules/programs/git-with-email-expected.conf b/home-manager/tests/modules/programs/git-with-email-expected.conf
new file mode 100644
index 00000000000..01c1eec5823
--- /dev/null
+++ b/home-manager/tests/modules/programs/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=tls
+smtpServer=smtp.example.com
+smtpUser=home.manager
+
+[user]
+email=hm@example.com
+name=H. M. Test