From e8fb8a6ddc06defcc4df628a6035cf1f95e5f2d2 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 13 Feb 2024 09:16:18 -0500 Subject: [PATCH] ssh: actual -> immediacy --- home/ssh.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/ssh.nix b/home/ssh.nix index 0df7788..22fc7ac 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -14,8 +14,9 @@ in "*".extraOptions = { identityAgent = _1passwordAgentSock; }; - actual = { - hostname = "167.205.125.179"; + immediacy = { + hostname = "65.109.35.172"; + user = "srid"; forwardAgent = true; }; biryani = {