Sign git commit

This commit is contained in:
Invariantspace 2024-04-23 22:15:36 -07:00
parent fb1228e47d
commit aa1e8cf976
No known key found for this signature in database
GPG key ID: EBC4A20067373921

View file

@ -39,6 +39,10 @@ let usr = config.constants.userName; in {
]); ]);
programs = { programs = {
firefox.enable = true; firefox.enable = true;
git.signing = {
key = "0x6A815D4CB1637AAC";
signByDefault = true;
};
gpg = { gpg = {
enable = true; enable = true;
homedir = "${xdgCfg.dataHome}/gnupg"; homedir = "${xdgCfg.dataHome}/gnupg";