From 80da2cfc708772010467523148e560a11f6e7d61 Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 26 Jan 2025 16:55:42 -0500 Subject: [PATCH] git: specify the ssh key for push to work Signed-off-by: cy --- home/yt/ytnix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index 6b9ece5..b15d8b3 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -155,6 +155,7 @@ signingKey = "~/.ssh/id.key"; }; gpg.format = "ssh"; - global.gpgsign = true; + commit.gpgsign = true; + core.sshCommand = "ssh -i ~/.ssh/id.key"; }; }