From 5463cb4fd393cbbb4af39ceef64a7cb5c14a9e1f Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 1 Mar 2024 12:41:31 -0500 Subject: [PATCH] vanjaram host --- home/ssh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/ssh.nix b/home/ssh.nix index 6688d47..7ed4d09 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -11,8 +11,8 @@ in "*".extraOptions = lib.mkIf stdenv.isDarwin { identityAgent = ''"~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"''; }; - immediacy = { - hostname = "100.127.24.29"; + vanjaram = { + hostname = "100.94.107.36"; user = "srid"; forwardAgent = true; };