aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-18 09:19:56 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-18 09:19:56 -0800
commit46296b7886b4611cfa80fdb1c7cce09503e872db (patch)
treeb05a3e2f42bded4f5dc4ff391dcdfc419347c089
parentremove unnecessary trace (diff)
downloadinfra-46296b7886b4611cfa80fdb1c7cce09503e872db.tar.gz
use ssh instead of http when working on my repositories
Diffstat (limited to '')
-rw-r--r--nix/users/fcuny/git.nix3
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/";
+ };
};
};
};