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 = { user = {
name = username; name = username;
email = mail.personal.user; email = mail.personal.user;
signingkey = "2F8F21CE8721456B";
}; };
init.defaultBranch = "main"; init.defaultBranch = "main";
core = { core = {
fsmonitor = true; fsmonitor = true;
untrackedCache = true; untrackedCache = true;
}; };
commit.verbose = true; commit = {
verbose = true;
gpgsign = true;
};
fetch = { fetch = {
prune = true; prune = true;
pruneTags = true; pruneTags = true;