From 98ed3c56db917da82f7c450c0256024f52235098 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Tue, 27 Oct 2020 16:52:34 -0400 Subject: feat(gs/home): Add ssh host alias for cerberus My old macbook, which I still use sometimes Change-Id: I3ad080083b67b6cfab4cd31a4dce0a80a7227bd5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2065 Reviewed-by: glittershark Tested-by: BuildkiteCI --- users/glittershark/system/home/modules/common.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'users') diff --git a/users/glittershark/system/home/modules/common.nix b/users/glittershark/system/home/modules/common.nix index 45ede2fad8a5..14ac4a8b0e7c 100644 --- a/users/glittershark/system/home/modules/common.nix +++ b/users/glittershark/system/home/modules/common.nix @@ -64,6 +64,13 @@ user = "griffin"; }; + "cerberus" = { + host = "cerberus"; + hostname = "172.16.0.3"; + forwardAgent = true; + user = "griffin"; + }; + "mugwump" = { host = "mugwump"; hostname = "172.16.0.5"; -- cgit 1.4.1