diff options
author | Ben Sima <ben@bsima.me> | 2019-06-02 20:08:44 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-06-02 20:08:44 -0700 |
commit | fbb5ed9c6beb6022c7f39e8b8892fa8774b7a62f (patch) | |
tree | 649fd6730598d632be12632dd0a96a3f5a75c069 | |
parent | 3a714d235693a147e412d4a7f945522b8b480cd0 (diff) |
update hidor-kahih to just lithium
-rw-r--r-- | common.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,8 +55,8 @@ in identityFile = [ "${homedir}/.ssh/id_rsa" ]; identitiesOnly = true; }; - hidor-kahih = { - hostname = "home.simatime.com"; + lithium = { + hostname = "69.181.254.154"; user = "ben"; identityFile = [ "${homedir}/.ssh/hidor-kahih" ]; identitiesOnly = true; |