From 6f855043bc6e913147c717534549f742209c3122 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 18 Dec 2024 22:33:59 +0100 Subject: [PATCH] feat: use ssh signing key Signed-off-by: kjuulh --- dot_gitconfig_front.tmpl | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dot_gitconfig_front.tmpl b/dot_gitconfig_front.tmpl index 61041cb..3ebbf3f 100644 --- a/dot_gitconfig_front.tmpl +++ b/dot_gitconfig_front.tmpl @@ -1,13 +1,10 @@ [user] name = {{ .gitea_name }} email = {{ .gitea_email }} - signingkey = {{ .gitea_public_gpg }} + signingkey = /home/kjuulh/.ssh/id_clan -[credential] - helper = store - -[commit] - gpgsign = true +[gpg] + format = ssh [url "ssh://git@git.front.kjuulh.io/"] insteadOf = https://git.front.kjuulh.io/