git: adds gpg stuff for git config

This commit is contained in:
Deepak Mallubhotla 2022-06-12 21:52:33 -05:00
parent 7479a8c298
commit d878701476

View File

@ -21,6 +21,10 @@
enable = true;
userName = "Deepak Mallubhotla";
userEmail = "dmallubhotla+github@gmail.com";
signing = {
key = "976F3357369149AB";
signByDefault = true;
};
extraConfig = {
core = {
fileMode = false;