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 }; };