git: adds gpg stuff for git config
This commit is contained in:
parent
7479a8c298
commit
d878701476
@ -21,6 +21,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
userName = "Deepak Mallubhotla";
|
userName = "Deepak Mallubhotla";
|
||||||
userEmail = "dmallubhotla+github@gmail.com";
|
userEmail = "dmallubhotla+github@gmail.com";
|
||||||
|
signing = {
|
||||||
|
key = "976F3357369149AB";
|
||||||
|
signByDefault = true;
|
||||||
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
core = {
|
core = {
|
||||||
fileMode = false;
|
fileMode = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user