Use ssh key to sign commits

This commit is contained in:
Sonny Bakker 2025-12-17 15:51:51 +01:00
parent 40247b28c7
commit 981080c925

View file

@ -4,6 +4,9 @@
email = {{ git_email }} email = {{ git_email }}
name = {{ git_name }} name = {{ git_name }}
[gpg]
format = ssh
[core] [core]
editor = nvim editor = nvim
{% if ansible_facts['os_family'] == 'Archlinux' %} {% if ansible_facts['os_family'] == 'Archlinux' %}