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"; }; }