From 10b83c2c08eb7b102333d690c31b322dabc0719f Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:35 +0100 Subject: Set SSH identities for personal and work access --- dot_config/git/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dot_config/git') diff --git a/dot_config/git/config b/dot_config/git/config index a554e3b..4237892 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -10,6 +10,7 @@ whitespace = trailing-space,cr-at-eol pager = delta hooksPath = ~/.config/git/hooks + sshCommand = "ssh -i ~/.ssh/nym.pub" [branch] sort=-committerdate [diff] @@ -130,10 +131,10 @@ update=!git fetch && git merge --ff-only [includeIf "gitdir:~/doxfiles/.git"] path = config-personal -[includeIf "gitdir:~/dev/copilot/.git"] - path = config-personal [includeIf "gitdir:~/dev/personal/"] path = config-personal +[includeIf "gitdir:~/dev/canonical/"] + path = config-work [sendemail] smtpServer = 127.0.0.1 smtpServerPort = 1016 -- cgit v1.3.1