From a04c6a32b77adbb93af5c8a637a0505f7f2bed54 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 8 Nov 2019 21:49:52 -0800 Subject: add dev.simatime.com as the remote alias for lithium --- lib/common.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/common.nix') diff --git a/lib/common.nix b/lib/common.nix index 9f6f98f..075245b 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -73,7 +73,15 @@ in identityFile = [ "${homedir}/.ssh/id_rsa" ]; identitiesOnly = true; }; + + "lithium" = { + hostname = "192.168.1.9"; + user = "ben"; + identityFile = [ "${homedir}/.ssh/id_rsa" ]; + identitiesOnly = true; + }; + "dev.simatime.com" = { hostname = "69.181.254.154"; user = "ben"; identityFile = [ "${homedir}/.ssh/id_rsa" ]; -- cgit v1.2.3