home: git: rewrite personal gitea URLs to use ssh
This commit is contained in:
parent
c55708ab54
commit
9e33f4ca82
|
@ -124,6 +124,12 @@ in
|
|||
autoSquash = true;
|
||||
autoStash = true;
|
||||
};
|
||||
|
||||
url = {
|
||||
"git@gitea.belanyi.fr:" = {
|
||||
insteadOf = "https://gitea.belanyi.fr/";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Multiple identities
|
||||
|
|
Loading…
Reference in a new issue