home: git: rewrite gitlab URLs to use ssh

This commit is contained in:
Bruno BELANYI 2021-10-18 14:45:23 +02:00
parent a8cf45a9f7
commit ae06ccac4a

View file

@ -133,6 +133,10 @@ in
"git@github.com:" = {
insteadOf = "https://github.com/";
};
"git@gitlab.com:" = {
insteadOf = "https://gitlab.com/";
};
};
};