Enabled automatic signing for git

This commit is contained in:
Alejandro Angulo 2022-10-10 17:48:37 -07:00
parent 182fff86cf
commit 9890cc2870
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -26,6 +26,11 @@
pushup = "push -u origin HEAD";
};
signing = {
key = "0xE1B13CCEFDEDDFB7";
signByDefault = true;
};
ignores = [
# PyCharm
".idea/"