home: git: rewrite personal gitea URLs to use ssh

This commit is contained in:
Bruno BELANYI 2021-10-18 14:44:08 +02:00
parent c55708ab54
commit 9e33f4ca82

View file

@ -124,6 +124,12 @@ in
autoSquash = true; autoSquash = true;
autoStash = true; autoStash = true;
}; };
url = {
"git@gitea.belanyi.fr:" = {
insteadOf = "https://gitea.belanyi.fr/";
};
};
}; };
# Multiple identities # Multiple identities