chore(git): disable signing on exe.dev

Amolith created

Change summary

dot_config/git/config.tmpl | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

dot_config/git/config.tmpl 🔗

@@ -36,10 +36,14 @@
 	signingkey = ~/.ssh/yk-mobile.pub
 	{{- end }}
 [commit]
+{{- if neq .chezmoi.username "exedev" }}
 	gpgsign = true
+{{- end }}
 	verbose = true
 [tag]
+{{- if neq .chezmoi.username "exedev" }}
 	gpgsign = true
+{{- end }}
 	sort = version:refname
 [gpg]
 	format = ssh