set up commit signing
This commit is contained in:
parent
5ed458533c
commit
fb8515226b
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
||||||
pl = "pull";
|
pl = "pull";
|
||||||
s = "status";
|
s = "status";
|
||||||
};
|
};
|
||||||
|
signing = {
|
||||||
|
key = "97BE CCA7 92F4 B2BD F149 F524 DFD0 FD20 5943 C14A";
|
||||||
|
signByDefault = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
programs.gitui = {
|
programs.gitui = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue