declare ssh key

This commit is contained in:
♥ Minnie ♥ 2024-01-22 08:50:49 +08:00
parent 85d8ccca6d
commit fbb63df7a0
No known key found for this signature in database

View file

@ -11,6 +11,7 @@
userEmail = "its.jassy@pm.me";
extraConfig = {
init.defaultBranch = "main";
core.sshCommand = "ssh -i ~/.ssh/github_sk -F /dev/null";
gpg.format = "ssh";
user.signingkey = "~/.ssh/signing_sk.pub";
};