mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
Add insteadOf git config for git.rgbcu.be
This commit is contained in:
parent
03ed8366cb
commit
eeac55d67d
1 changed files with 3 additions and 1 deletions
|
@ -66,7 +66,9 @@ homeConfiguration {
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
|
|
||||||
core.sshCommand = "ssh -i ~/.ssh/id";
|
core.sshCommand = "ssh -i ~/.ssh/id";
|
||||||
url."ssh://git@github.com/".insteadOf = "https://github.com/";
|
|
||||||
|
url."ssh://git@github.com/".insteadOf = "https://github.com/";
|
||||||
|
url."ssh://forgejo@rgbcu.be:2222/".insteadOf = "https://git.rgbcu.be/";
|
||||||
} // lib.optionalAttrs ulib.isDesktop {
|
} // lib.optionalAttrs ulib.isDesktop {
|
||||||
commit.gpgSign = true;
|
commit.gpgSign = true;
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue