From 395c676fc67b4c7776e2982be5dc6fb4604ed25a Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 29 Jul 2025 15:50:06 +0200 Subject: [PATCH] github ssh redirect --- home-modules/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-modules/git.nix b/home-modules/git.nix index 1f96907..eda9977 100644 --- a/home-modules/git.nix +++ b/home-modules/git.nix @@ -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 }; };