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 = {
key = "~/.ssh/id_ed25519_sk.pub";
signByDefault = true;
format = "ssh";
};
extraConfig = {
init = {
defaultBranch = "main";
};
gpg.format = "ssh";
core = {
editor = "${pkgs.helix}/bin/hx";
};