1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Add insteadOf git config for git.rgbcu.be

This commit is contained in:
RGBCube 2024-02-07 08:48:25 +03:00
parent 03ed8366cb
commit eeac55d67d
No known key found for this signature in database

View file

@ -66,7 +66,9 @@ homeConfiguration {
push.autoSetupRemote = true;
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 {
commit.gpgSign = true;
gpg.format = "ssh";