From 1af89e55e4477a4738d4e331f874061cea0bd040 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Fri, 13 May 2022 19:31:01 -0400 Subject: [PATCH] Add new host to ssh_config --- home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home.nix b/home.nix index 6519449..3d970c7 100644 --- a/home.nix +++ b/home.nix @@ -190,6 +190,11 @@ user = "nathan"; hostname = "172.23.55.145"; }; + "oracles" = { + forwardAgent = true; + user = "nathan"; + hostname = "172.23.108.12"; + }; }; }; };