git: gpg format = ssh

This commit is contained in:
Kabbone 2022-11-05 10:30:12 +01:00
parent 26e223eb56
commit 8280004fb1
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -12,7 +12,9 @@
lfs.enable = true;
signing = {
key = "/home/${user}/.ssh/id_ed25519_sk_rk_yubiC";
signByDefault = false;
signByDefault = true;
extraConfig = {
gpg = { format = ssh; };
};
};
};