From e7f21de13aeff7231f4d8e49b3e63baf8c0e5ea9 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 18 Nov 2024 13:58:56 -0500 Subject: [PATCH] ssh: update hostname --- modules/home/all/ssh.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home/all/ssh.nix b/modules/home/all/ssh.nix index b332248..a27e7ad 100644 --- a/modules/home/all/ssh.nix +++ b/modules/home/all/ssh.nix @@ -5,8 +5,7 @@ # Note: More defined in juspay.nix matchBlocks = { - immediacy = { - hostname = "65.109.84.215"; + pureintent = { forwardAgent = true; }; };