Git, add signing
This commit is contained in:
parent
26a879aa3a
commit
3953f7f39b
1 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,12 @@
|
|||
enable = true;
|
||||
userName = config.git.username;
|
||||
userEmail = config.git.email;
|
||||
extraConfig = {
|
||||
user.signingkey = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
|
||||
gpg.format = "ssh";
|
||||
commit.gpgSign = "true";
|
||||
tag.gpgSign = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue