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

@ -117,6 +117,8 @@ Host daiyousei-build
}; */
};
services.fstrim.enable = true;
network = {
addresses = {
private = {

@ -1 +1 @@
Subproject commit 1a2233676398de7e7b3da2b6c431898dd8cddb3b
Subproject commit 046c6861f58f5113764ca2470748b7c87f29505e

@ -1 +1 @@
Subproject commit 1b831ed778fad5919d09cb8b70fc3ede0851729d
Subproject commit 2af2d4cc2e4675a7eebbdfccd5542d306104c237

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;
};
};