diff --git a/gitconfig b/gitconfig index 6dafd2e..be011b6 100644 --- a/gitconfig +++ b/gitconfig @@ -3,12 +3,15 @@ [user] name = Oleksandr Smirnov email = olexsmir@gmail.com - signingkey = /home/olex/.ssh/id_ed25519.pub + signingkey = ~/.ssh/id_ed25519.pub [gpg] program = gpg2 format = ssh +[gpg "ssh"] + allowedSignersFile = ~/.config/git_allowed_signers + [core] editor = nvim pager = delta