fix(git): move signingkey to correct config block
This commit is contained in:
@@ -9,8 +9,7 @@
|
|||||||
settings = {
|
settings = {
|
||||||
user.name = "uttarayan21";
|
user.name = "uttarayan21";
|
||||||
user.email = config.accounts.email.accounts.fastmail.address;
|
user.email = config.accounts.email.accounts.fastmail.address;
|
||||||
};
|
user.signingkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJfKKrX8yeIHUUury0aPwMY6Ha+BJyUR7P0Gqid90ik/";
|
||||||
extraConfig = {
|
|
||||||
color.ui = true;
|
color.ui = true;
|
||||||
core.editor = "nvim";
|
core.editor = "nvim";
|
||||||
core.pager = "${pkgs.delta}/bin/delta";
|
core.pager = "${pkgs.delta}/bin/delta";
|
||||||
@@ -19,7 +18,6 @@
|
|||||||
merge.conflictStyle = "diff3";
|
merge.conflictStyle = "diff3";
|
||||||
diff.colorMoved = "default";
|
diff.colorMoved = "default";
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
user.signingkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJfKKrX8yeIHUUury0aPwMY6Ha+BJyUR7P0Gqid90ik/";
|
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
commit.gpgsign = true;
|
commit.gpgsign = true;
|
||||||
pull = {
|
pull = {
|
||||||
|
|||||||
Reference in New Issue
Block a user