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 = [
|
includes = [
|
||||||
# Private
|
# Private
|
||||||
{
|
{
|
||||||
condition = "hasconfig:remote.*.url:gitea@git.kempkens.io:*/**";
|
condition = "hasconfig:remote.*.url:forgejo@git.kempkens.io:*/**";
|
||||||
contents = {
|
contents = {
|
||||||
user = {
|
user = {
|
||||||
signingKey = "~/.ssh/GitHub.pub";
|
signingKey = "~/.ssh/GitHub.pub";
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
"git.kempkens.io" = {
|
"git.kempkens.io" = {
|
||||||
port = 22;
|
port = 22;
|
||||||
user = "gitea";
|
user = "forgejo";
|
||||||
identityFile = "~/.ssh/GitHub.pub";
|
identityFile = "~/.ssh/GitHub.pub";
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
compression = true;
|
compression = true;
|
||||||
|
|
Loading…
Reference in a new issue