diff --git a/modules/home/shell/git/default.nix b/modules/home/shell/git/default.nix index 85ecc0a..e6eb7b1 100644 --- a/modules/home/shell/git/default.nix +++ b/modules/home/shell/git/default.nix @@ -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:"; }; }; };