diff --git a/home/git/default.nix b/home/git/default.nix index aff0ac6..e9ccde8 100644 --- a/home/git/default.nix +++ b/home/git/default.nix @@ -124,6 +124,20 @@ in autoSquash = true; autoStash = true; }; + + url = { + "git@gitea.belanyi.fr:" = { + insteadOf = "https://gitea.belanyi.fr/"; + }; + + "git@github.com:" = { + insteadOf = "https://github.com/"; + }; + + "git@gitlab.com:" = { + insteadOf = "https://gitlab.com/"; + }; + }; }; # Multiple identities