diff options
Diffstat (limited to 'nix/users')
-rw-r--r-- | nix/users/fcuny/git.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/users/fcuny/git.nix b/nix/users/fcuny/git.nix index 78b836a..c89454b 100644 --- a/nix/users/fcuny/git.nix +++ b/nix/users/fcuny/git.nix @@ -59,6 +59,9 @@ "ssh://git@github.rbx.com/" = { insteadOf = "https://github.rbx.com/"; }; + "ssh://git@git.fcuny.net:422/" = { + insteadOf = "https://git.fcuny.net/"; + }; }; }; }; |