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"; } ];
|
||||
|
||||
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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue