git signing
This commit is contained in:
parent
871b6fb81e
commit
f1b2f6853a
1 changed files with 8 additions and 3 deletions
|
@ -1,9 +1,14 @@
|
|||
{pkgs, ...}: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
config.user = {
|
||||
name = "Henry-Hiles";
|
||||
email = "henry@henryhiles.com";
|
||||
config = {
|
||||
user = {
|
||||
name = "Henry-Hiles";
|
||||
email = "henry@henryhiles.com";
|
||||
signingKey = builtins.elemAt (import ../../secrets/keys.nix) 0;
|
||||
};
|
||||
commit.gpgsign = true;
|
||||
gpg.format = "ssh";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue