From 6a65d73731de3f1bbe2bbe6d67a9f6a0bf782f2f Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 5 Oct 2020 10:43:19 -0400 Subject: feat(gs/home): Add ssh host alias for home Change-Id: Ie3a6ce172eccba3040210c581313981cdd79e2eb Reviewed-on: https://cl.tvl.fyi/c/depot/+/2020 Reviewed-by: glittershark Tested-by: BuildkiteCI --- users/glittershark/system/home/modules/common.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'users/glittershark/system/home') diff --git a/users/glittershark/system/home/modules/common.nix b/users/glittershark/system/home/modules/common.nix index b28b2dbca6..a26a62b5a3 100644 --- a/users/glittershark/system/home/modules/common.nix +++ b/users/glittershark/system/home/modules/common.nix @@ -50,6 +50,11 @@ enable = true; matchBlocks = { + "home" = { + host = "home.gws.fyi"; + forwardAgent = true; + }; + "dobharchu" = { host = "dobharchu"; hostname = "172.16.0.4"; -- cgit 1.4.1