ssh: connect to forgejo over tailscale

This commit is contained in:
Erwin Boskma 2023-08-30 12:37:01 +02:00
parent 34e7fee2f8
commit d8881c7623
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ

View file

@ -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;
}; };