fix(host): error in gpg key for work

This commit is contained in:
Yorick Barbanneau 2025-04-25 16:56:59 +02:00
parent d161cef250
commit d77c22221c
No known key found for this signature in database
GPG key ID: 4447A19BBEDB8DBA

View file

@ -14,9 +14,8 @@
git = {
enable = true;
userEmail = "ybarbanneau@sellsy.com";
signingKey ="6E1A834E282FBD98B48069444447A19BBEDB8DBA";
signingKey = "6E1A834E282FBD98B48069444447A19BBEDB8DBA";
signByDefault = true;
signingKey="6E1A834E282FBD98B48069444447A19BBEDB8DBA";
};
neovim.enable = true;
starship.enable = true;