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"; } ]; includes = [ { path = "~/.gitconfig.local"; } ];
extraConfig = { signing = {
user = { format = "ssh";
signingkey = "~/.ssh/id_ed25519"; key = "~/.ssh/id_ed25519";
}; signByDefault = true;
};
extraConfig = {
rerere = { rerere = {
enabled = true; enabled = true;
}; };
commit = {
gpgsign = true;
};
gpg = {
format = "ssh";
};
credential = { credential = {
helper = "secretservice"; helper = "secretservice";
}; };