Use ssh
This commit is contained in:
parent
30f94ad288
commit
8d596d5ed4
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
|||
email = "henry@henryhiles.com";
|
||||
signingKey = builtins.elemAt (import ../../secrets/keys.nix) 0;
|
||||
};
|
||||
url = {
|
||||
"git@github.com:".insteadOf = ["https://github.com/"];
|
||||
"git@git.henryhiles.com:".insteadOf = ["https://git.henryhiles.com"];
|
||||
};
|
||||
init.defaultBranch = "main";
|
||||
commit.gpgsign = true;
|
||||
pull.rebase = true;
|
||||
gpg.format = "ssh";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue