From 4e9aefac7fb55bec8fc27eeaba8b3ce6fb1a879f Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 24 Apr 2022 17:56:17 -0400 Subject: [PATCH] Add another host to ssh config --- home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home.nix b/home.nix index 4c6230c..20bc5fb 100644 --- a/home.nix +++ b/home.nix @@ -169,6 +169,11 @@ user = "nathan"; hostname = "172.23.12.134"; }; + "perception" = { + forwardAgent = true; + user = "nathan"; + hostname = "172.23.55.145"; + }; }; }; };