meta: new PGP key and git config

This commit is contained in:
Kat Inskip 2022-05-19 20:54:08 +01:00 committed by kat
parent d9c859e261
commit f3a467deb5
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
6 changed files with 25 additions and 23 deletions

View file

@ -3,8 +3,8 @@
{
programs.git = {
enable = true;
userName = "kat witch";
userEmail = "kat@kittywit.ch";
userName = "Kat Inskip";
userEmail = "kat@inskip.me";
extraConfig = {
init = { defaultBranch = "main"; };
protocol.gcrypt.allow = "always";
@ -15,7 +15,7 @@
};
};
signing = {
key = "01F50A29D4AA91175A11BDB17248991EFA8EFBEE";
key = "0xE8DDE3ED1C90F3A0";
signByDefault = true;
};
};