mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
signing
This commit is contained in:
parent
c81dbe25ed
commit
97b12386c5
1 changed files with 7 additions and 4 deletions
|
|
@ -11,19 +11,22 @@
|
|||
|
||||
programs.git = {
|
||||
lfs.enable = true;
|
||||
|
||||
signing = {
|
||||
key = "~/.ssh/id_ed25519.pub";
|
||||
format = "ssh";
|
||||
signByDefault = true;
|
||||
};
|
||||
|
||||
settings = {
|
||||
author = {
|
||||
email = "tyler.mayoff@hingehealth.com";
|
||||
name = "Tyler Mayoff";
|
||||
};
|
||||
|
||||
gpg.format = "ssh";
|
||||
commit.gpgsign = true;
|
||||
|
||||
user = {
|
||||
email = "tyler.mayoff@hingehealth.com";
|
||||
name = "Tyle Mayoff";
|
||||
signingkey = "~/.ssh/id_ed25519.pub";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue