From d6b26b00661e51a92d68657ec313786cf6c15b4d Mon Sep 17 00:00:00 2001 From: FredzyW Date: Fri, 8 Nov 2024 09:40:39 +0100 Subject: [PATCH] Added IP --- shared/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";