feat(git): add gpg signing

This commit is contained in:
buffet 2022-09-06 18:24:39 +00:00
parent cf1e406228
commit f4eae8c290

View file

@ -27,6 +27,11 @@ _: {
cob = "checkout -b"; cob = "checkout -b";
}; };
signing = {
key = "EBAC355935FD7382";
signByDefault = true;
};
extraConfig = { extraConfig = {
init = { init = {
defaultBranch = "master"; defaultBranch = "master";