From 3e13698584cd072989968454a428dca63e4b7be1 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 8 Jan 2025 01:17:28 +0100 Subject: [PATCH] feat: use prev key Signed-off-by: kjuulh --- dot_gitconfig_front.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_gitconfig_front.tmpl b/dot_gitconfig_front.tmpl index c683383..2081b85 100644 --- a/dot_gitconfig_front.tmpl +++ b/dot_gitconfig_front.tmpl @@ -2,9 +2,9 @@ name = {{ .gitea_name }} email = {{ .gitea_email }} {{ if .homebrew }} - signingkey = /Users/kah/.ssh/id_clank + signingkey = /Users/kah/.ssh/id_ed25519 {{ else }} - signingkey = /home/kjuulh/.ssh/id_clank + signingkey = /home/kjuulh/.ssh/id_ed25519 {{ end }} [gpg]