From 1863f2793dc32a3a3cf9ffd6b2488e14759b82d0 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Fri, 13 May 2022 22:23:00 -0400 Subject: [PATCH] Add other hosts to ssh config --- home.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/home.nix b/home.nix index 3d970c7..8e0c575 100644 --- a/home.nix +++ b/home.nix @@ -195,6 +195,21 @@ user = "nathan"; hostname = "172.23.108.12"; }; + "tounge" = { + forwardAgent = true; + user = "nathan"; + hostname = "172.23.98.121"; + }; + "shadowchild" = { + forwardAgent = true; + user = "nathan"; + hostname = "172.23.217.149"; + }; + "matrix.community.rs" = { + forwardAgent = true; + user = "nathan"; + hostname = "172.23.129.209"; + }; }; }; };