fix: proper default emails
This commit is contained in:
parent
9ec8873e6a
commit
f65857db04
@ -509,7 +509,6 @@ in
|
|||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Leon Wilzer";
|
userName = "Leon Wilzer";
|
||||||
userEmail = "git@komu.boo";
|
|
||||||
aliases = {
|
aliases = {
|
||||||
ci = "commit";
|
ci = "commit";
|
||||||
co = "checkout";
|
co = "checkout";
|
||||||
@ -619,7 +618,7 @@ in
|
|||||||
|
|
||||||
gpg-agent = {
|
gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSshSupport = false;
|
enableSshSupport = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
|
9
home.nix
9
home.nix
@ -38,8 +38,11 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.git.signing = {
|
programs.git = {
|
||||||
signByDefault = true;
|
signing = {
|
||||||
key = "0x645EFCD19E59ED05";
|
signByDefault = true;
|
||||||
|
key = "0x645EFCD19E59ED05";
|
||||||
|
};
|
||||||
|
userEmail = "git@komu.boo";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user