set up git gpg commit signing
This commit is contained in:
parent
defafa584d
commit
1b7c029636
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@
|
|||
userName = "cswimr";
|
||||
userEmail = "seaswimmerthefsh@gmail.com";
|
||||
extraConfig = {
|
||||
signing = { signByDefault = true; };
|
||||
user = { signingkey = "0EC431A8DA8F8087"; };
|
||||
commit = { gpgsign = true; };
|
||||
signing = { signByDefault = true; key = "0EC431A8DA8F8087"; };
|
||||
init = { defaultBranch = "master"; };
|
||||
safe = { directory = "/etc/nixos"; };
|
||||
url = {
|
||||
|
|
Loading…
Reference in a new issue