From 839281022abcdc489952e50e98e3164445ee23b3 Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 26 Jan 2025 17:01:21 -0500 Subject: [PATCH] git: specify the ssh key for push to work make signing actually work Signed-off-by: cy --- home/yt/ytnix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index 8d36014..b15d8b3 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -155,7 +155,7 @@ signingKey = "~/.ssh/id.key"; }; gpg.format = "ssh"; - global.gpgsign = true; + commit.gpgsign = true; core.sshCommand = "ssh -i ~/.ssh/id.key"; }; }