sign using openpgp
This commit is contained in:
parent
c6d3ff2c1a
commit
771f583e8e
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
userEmail = "osmanfbayram@gmail.com";
|
userEmail = "osmanfbayram@gmail.com";
|
||||||
userName = "osbm";
|
userName = "osbm";
|
||||||
signing.format = "ssh";
|
signing = {
|
||||||
|
format = "openpgp";
|
||||||
|
};
|
||||||
ignores = [
|
ignores = [
|
||||||
"*.pyc" # python
|
"*.pyc" # python
|
||||||
"*.swp" # vim
|
"*.swp" # vim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue