From 5d4a50b3c6a406e51b251a4af4bd105a88ce5634 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 4 Apr 2020 19:33:18 -0700 Subject: Update my IP address in ssh config --- lib/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common.nix') diff --git a/lib/common.nix b/lib/common.nix index c81b97e..ab347c3 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -100,7 +100,7 @@ in identitiesOnly = true; }; "dev.simatime.com" = { - hostname = "69.181.254.154"; + hostname = "73.222.221.62"; user = "ben"; identityFile = [ "${homedir}/.ssh/id_rsa" ]; identitiesOnly = true; -- cgit v1.2.3