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 = {
|
||||
key = "~/.ssh/id_ed25519_sk.pub";
|
||||
signByDefault = true;
|
||||
format = "ssh";
|
||||
};
|
||||
extraConfig = {
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
gpg.format = "ssh";
|
||||
core = {
|
||||
editor = "${pkgs.helix}/bin/hx";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue