diff --git a/modules/capabilities/git.nix b/modules/capabilities/git.nix index 5afaadb..5666c73 100644 --- a/modules/capabilities/git.nix +++ b/modules/capabilities/git.nix @@ -32,6 +32,7 @@ in }; } // lib.optionalAttrs hasSigningKey { + core.sshCommand = "ssh -i ${privateKeyPath} -o IdentitiesOnly=yes"; gpg.ssh.allowedSignersFile = allowedSignersFile; }; };