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
e9f89c8071
1 changed files with 2 additions and 0 deletions
|
@ -13,8 +13,10 @@
|
||||||
userEmail = lib.mkDefault email;
|
userEmail = lib.mkDefault email;
|
||||||
userName = lib.mkDefault "John Bowdre";
|
userName = lib.mkDefault "John Bowdre";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
gpg.format = "ssh";
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
pull.rebase = false;
|
pull.rebase = false;
|
||||||
|
user.signingKey = "~/.ssh/id_ed25519.pub";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue