diff --git a/dotfiles/systems/desktop/terminal-environment.nix b/dotfiles/systems/desktop/terminal-environment.nix index c41726a5..a930db08 100644 --- a/dotfiles/systems/desktop/terminal-environment.nix +++ b/dotfiles/systems/desktop/terminal-environment.nix @@ -286,7 +286,7 @@ in { userEmail = "${usr.${sys.username}.email}"; extraConfig = { init.defaultBranch = "main"; - core.sshCommand = "ssh -i /home/${sys.username}/.ssh/${sys.sshKey}"; + core.sshCommand = "ssh -i ${sys.sshKey}"; gpg.format = "openpgp"; commit.gpgsign = true; tag.gpgsign = true;