enable commit signing in jj

This commit is contained in:
xunuwu 2025-02-10 20:31:41 +01:00
parent cb42cf5222
commit 9580973995
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -6,6 +6,11 @@
email = config.programs.git.userEmail; email = config.programs.git.userEmail;
name = config.programs.git.userName; name = config.programs.git.userName;
}; };
signing = {
sign-all = true;
backend = "ssh";
key = config.programs.git.signing.key;
};
}; };
}; };
} }