edit gpg keys
Some checks are pending
/ ci (push) Waiting to run

This commit is contained in:
Callum Leslie 2024-09-12 13:25:20 +01:00
parent 497876d1c9
commit 7dd119992f
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90

View file

@ -4,7 +4,7 @@
userName = "Callum Leslie"; userName = "Callum Leslie";
userEmail = "git@cleslie.uk"; userEmail = "git@cleslie.uk";
signing.key = "483E476D02ED580C"; signing.key = "03B01F427831BCFD!";
signing.signByDefault = true; signing.signByDefault = true;
ignores = [".direnv/"]; ignores = [".direnv/"];
@ -15,7 +15,7 @@
contents = { contents = {
user = { user = {
email = "psycl6@nottingham.ac.uk"; email = "psycl6@nottingham.ac.uk";
signingKey = "483E476D02ED580C"; signingKey = "14861F1282EFB5C8!";
}; };
credential = {helper = "store";}; credential = {helper = "store";};
}; };