home: git: rewrite personal gitea URLs to use ssh
This commit is contained in:
parent
a9f751f0ed
commit
6a18be1d0a
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue