forgejo: Adjust local config
This commit is contained in:
parent
297cb15fba
commit
ba8d938f86
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
|||
includes = [
|
||||
# Private
|
||||
{
|
||||
condition = "hasconfig:remote.*.url:gitea@git.kempkens.io:*/**";
|
||||
condition = "hasconfig:remote.*.url:forgejo@git.kempkens.io:*/**";
|
||||
contents = {
|
||||
user = {
|
||||
signingKey = "~/.ssh/GitHub.pub";
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
"git.kempkens.io" = {
|
||||
port = 22;
|
||||
user = "gitea";
|
||||
user = "forgejo";
|
||||
identityFile = "~/.ssh/GitHub.pub";
|
||||
identitiesOnly = true;
|
||||
compression = true;
|
||||
|
|
Loading…
Reference in a new issue