1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-10 10:47:02 +00:00
home-manager/tests/modules/programs/git/git-with-msmtp-expected.conf

28 lines
512 B
Text
Raw Normal View History

[commit]
gpgSign = false
[gpg]
format = "openpgp"
[gpg "openpgp"]
program = "path-to-gpg"
[sendemail "hm-account"]
from = "H. M. Test Jr. <hm@example.org>"
smtpEncryption = "tls"
smtpServer = "smtp.example.org"
smtpSslCertPath = "/etc/ssl/certs/ca-certificates.crt"
smtpUser = "home.manager.jr"
[sendemail "hm@example.com"]
envelopeSender = "auto"
from = "H. M. Test <hm@example.com>"
smtpServer = "@msmtp@/bin/msmtp"
[tag]
gpgSign = false
[user]
email = "hm@example.com"
name = "H. M. Test"