mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 06:19:12 +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;
|
enable = true;
|
||||||
package = pkgs.gitFull;
|
package = pkgs.gitFull;
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
userName = config.accounts.email.accounts.personal.realName;
|
|
||||||
userEmail = config.accounts.email.accounts.personal.address;
|
|
||||||
signing.key = "ADE0C41DAB221FCC";
|
signing.key = "ADE0C41DAB221FCC";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
# This is taken from the official Git book, for future references.
|
user = {
|
||||||
sendemail = {
|
name = config.accounts.email.accounts.personal.realName;
|
||||||
smtpserver = "smtp.mailbox.org";
|
email = config.accounts.email.accounts.personal.address;
|
||||||
smtpencryption = "tls";
|
|
||||||
smtpserverport = 587;
|
|
||||||
smtpuser = "foodogsquared@mailbox.org";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
alias = {
|
alias = {
|
||||||
|
Loading…
Reference in New Issue
Block a user