Make git sign commits by default

This commit is contained in:
Oystein Kristoffer Tveit 2022-08-18 23:17:01 +02:00
parent c1c1747a46
commit 4afad13d70
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,12 @@
package = pkgs.gitFull;
userName = "h7x4";
userEmail = "h7x4abk3g@protonmail.com";
userEmail = "h7x4@nani.wtf";
signing = {
key = "46B9228E814A2AAC";
signByDefault = true;
};
aliases = {
aliases = "!git config --get-regexp alias | sed -re 's/alias\\.(\\S*)\\s(.*)$/\\1 = \\2/g'";