diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index 6b9ece5..8d36014 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -156,5 +156,6 @@ }; gpg.format = "ssh"; global.gpgsign = true; + core.sshCommand = "ssh -i ~/.ssh/id.key"; }; }