Use new git option for signing key type

This commit is contained in:
Victor Mignot 2025-02-16 17:25:16 +01:00
parent 0b87c6bdf7
commit 74cbca8d25
Signed by: dala
SSH key fingerprint: SHA256:+3O9MhlDc2tJL0n+E+Myr7nL+74DP9AXdIXHmIqZTkY

View file

@ -28,12 +28,12 @@ with lib;
signing = { signing = {
key = "~/.ssh/id_ed25519_sk.pub"; key = "~/.ssh/id_ed25519_sk.pub";
signByDefault = true; signByDefault = true;
format = "ssh";
}; };
extraConfig = { extraConfig = {
init = { init = {
defaultBranch = "main"; defaultBranch = "main";
}; };
gpg.format = "ssh";
core = { core = {
editor = "${pkgs.helix}/bin/hx"; editor = "${pkgs.helix}/bin/hx";
}; };