diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-18 09:19:56 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-18 09:19:56 -0800 |
commit | 46296b7886b4611cfa80fdb1c7cce09503e872db (patch) | |
tree | b05a3e2f42bded4f5dc4ff391dcdfc419347c089 /nix/users/fcuny/git.nix | |
parent | remove unnecessary trace (diff) | |
download | world-46296b7886b4611cfa80fdb1c7cce09503e872db.tar.gz |
use ssh instead of http when working on my repositories
Diffstat (limited to '')
-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/"; + }; }; }; }; |