mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-23 09:42:18 +00:00
sign git commits
This commit is contained in:
parent
ee9d6bb43f
commit
3de14bb202
1 changed files with 2 additions and 0 deletions
|
@ -13,8 +13,10 @@
|
|||
userEmail = lib.mkDefault email;
|
||||
userName = lib.mkDefault "John Bowdre";
|
||||
extraConfig = {
|
||||
gpg.format = "ssh";
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = false;
|
||||
user.signingKey = "~/.ssh/id_ed25519.pub";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue