mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Make Git automatically use SSH instead of HTTPS
This commit is contained in:
parent
926b5b97b0
commit
360bdcace6
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ homeConfiguration "nixos" {
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
user.signingKey = "~/.ssh/id_rsa";
|
user.signingKey = "~/.ssh/id_rsa";
|
||||||
commit.gpgSign = true;
|
commit.gpgSign = true;
|
||||||
|
url."ssh://git@github.com/".insteadOf = "https://github.com/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue