diff --git a/shared/ssh.nix b/shared/ssh.nix index 0537ab8..d69893d 100644 --- a/shared/ssh.nix +++ b/shared/ssh.nix @@ -27,7 +27,7 @@ identityFile = "/home/fw/.ssh/fw-ssh-key"; }; "ha1" = { - hostname = "hosted-agent-1"; + hostname = "192.168.0.180"; port = 22; user = "fw"; identityFile = "/home/fw/.ssh/fw-ssh-key";