ssh: connect to forgejo over tailscale
This commit is contained in:
parent
34e7fee2f8
commit
d8881c7623
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
"git.datarift.nl" = {
|
"git.datarift.nl" = {
|
||||||
hostname = if var.workSystem then "direct.datarift.nl" else "10.0.0.201";
|
hostname = "gitea.barn-beaver.ts.net";
|
||||||
port = if var.workSystem then 2222 else 22;
|
port = 2222;
|
||||||
identityFile = personalKey;
|
identityFile = personalKey;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue