mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-18 06:19:11 +00:00
users/foo-dogsquared: update Git config
The sendemail configuration should be handled by the email accounts configured alongside the home-manager config.
This commit is contained in:
parent
92a2f81a2b
commit
e43b5a7209
@ -6,16 +6,11 @@
|
||||
enable = true;
|
||||
package = pkgs.gitFull;
|
||||
lfs.enable = true;
|
||||
userName = config.accounts.email.accounts.personal.realName;
|
||||
userEmail = config.accounts.email.accounts.personal.address;
|
||||
signing.key = "ADE0C41DAB221FCC";
|
||||
extraConfig = {
|
||||
# This is taken from the official Git book, for future references.
|
||||
sendemail = {
|
||||
smtpserver = "smtp.mailbox.org";
|
||||
smtpencryption = "tls";
|
||||
smtpserverport = 587;
|
||||
smtpuser = "foodogsquared@mailbox.org";
|
||||
user = {
|
||||
name = config.accounts.email.accounts.personal.realName;
|
||||
email = config.accounts.email.accounts.personal.address;
|
||||
};
|
||||
|
||||
alias = {
|
||||
|
Loading…
Reference in New Issue
Block a user