This commit is contained in:
Tyler Mayoff 2025-10-31 14:54:34 -04:00 committed by Tyle Mayoff
parent c81dbe25ed
commit 97b12386c5
No known key found for this signature in database

View file

@ -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";
};
};
};