feat: ssh changes

This commit is contained in:
Tine 2025-02-20 20:00:17 +01:00
parent 027d6f7fc5
commit 6a95baea5b
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -162,23 +162,17 @@
includes = [ { path = "~/.gitconfig.local"; } ];
extraConfig = {
user = {
signingkey = "~/.ssh/id_ed25519";
};
signing = {
format = "ssh";
key = "~/.ssh/id_ed25519";
signByDefault = true;
};
extraConfig = {
rerere = {
enabled = true;
};
commit = {
gpgsign = true;
};
gpg = {
format = "ssh";
};
credential = {
helper = "secretservice";
};