home(git): Enable signing gpg
All checks were successful
check / check (push) Successful in 28s

This commit is contained in:
Florian RICHER 2024-07-18 21:46:04 +02:00
parent 9cd4e0d972
commit 3049f81aab
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -18,11 +18,14 @@ in
userName = "Florian RICHER";
userEmail = "florian.richer@protonmail.com";
# signing.signByDefault = true;
signing = {
signByDefault = true;
key = "B19E3F4A2D806AB4793FDF2FC73D37CBED7BFC77";
};
extraConfig = {
url."https://invent.kde.org/".insteadOf = "kde:";
url."ssh://git@invent.kde.org/".pushInsteadOf = "kde:";
url."https://invent.kde.org/".insteadOf = "kde:";
url."ssh://git@invent.kde.org/".pushInsteadOf = "kde:";
};
};
};