diff options
author | Ben Sima <ben@bsima.me> | 2020-04-04 19:33:18 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-05 09:59:29 -0700 |
commit | 5d4a50b3c6a406e51b251a4af4bd105a88ce5634 (patch) | |
tree | 89734cd8d82afff455857e859b455ee0cb81fad4 /lib | |
parent | 4e104e55c3510724f8cafb9c0ddcea10a5237846 (diff) |
Update my IP address in ssh config
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |