Add git config for signing via sshkeys

Signed-off-by: Tristan Druyen <tristan@vault81.de>
This commit is contained in:
Tristan D. 2023-09-19 03:12:06 +02:00
parent 881cc61845
commit 5a37187bdf
Signed by: tristan
SSH key fingerprint: SHA256:U7y6eMb7CQDaTHv9XoX6/BaQnPqyxxKc+Xnfcefi6rY

View file

@ -254,6 +254,11 @@
co = "checkout"; co = "checkout";
s = "status"; s = "status";
}; };
extraConfig = {
user.signingkey = "/home/tristand/.ssh/id_ed25519";
commit.gpgsign = true;
gpg.format= "ssh";
};
}; };
programs.ssh = { programs.ssh = {