Use new git option for signing key type
This commit is contained in:
parent
0b87c6bdf7
commit
74cbca8d25
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue