git: sign commits
This commit is contained in:
parent
cef96416d8
commit
7d15904e7c
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue