github ssh redirect

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-07-29 15:50:06 +02:00
parent f67d54c66b
commit 395c676fc6

View File

@@ -25,6 +25,7 @@
"https://git.da.dicos.de".password = lib.mkIf (hyper.host =="NxWSL") "Test";
};
url."ssh://git@git.da.dicos.de/".insteadOf = lib.mkIf (hyper.host =="NxWSL") "https://git.da.dicos.de/";
url."ssh://git@github.com/".insteadOf = "https://github.com/";
pull.rebase = false; # true
};
};