git: sign commits

This commit is contained in:
Leonardo Eugênio 2025-03-15 01:03:19 -03:00
parent cef96416d8
commit 7d15904e7c
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B

View file

@ -16,13 +16,17 @@ in
user = {
name = username;
email = mail.personal.user;
signingkey = "2F8F21CE8721456B";
};
init.defaultBranch = "main";
core = {
fsmonitor = true;
untrackedCache = true;
};
commit.verbose = true;
commit = {
verbose = true;
gpgsign = true;
};
fetch = {
prune = true;
pruneTags = true;