diff options
Diffstat (limited to 'nix/profiles/home-manager/git.nix')
| -rw-r--r-- | nix/profiles/home-manager/git.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/git.nix b/nix/profiles/home-manager/git.nix index d7b07c3..93909de 100644 --- a/nix/profiles/home-manager/git.nix +++ b/nix/profiles/home-manager/git.nix @@ -35,6 +35,12 @@ branch.sort = "authordate"; commit.template = "${config.xdg.dataHome}/git/commit.template"; + + url = { + "ssh://git@github.rbx.com/" = { + insteadOf = "https://github.rbx.com/"; + }; + }; }; ignores = [ |
