mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-02-23 17:53:37 +00:00
feat: ssh changes
This commit is contained in:
parent
027d6f7fc5
commit
6a95baea5b
1 changed files with 6 additions and 12 deletions
18
nix/core.nix
18
nix/core.nix
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue