diff options
author | Ben Sima <ben@bsima.me> | 2019-11-08 21:49:52 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-08 21:50:43 -0800 |
commit | a04c6a32b77adbb93af5c8a637a0505f7f2bed54 (patch) | |
tree | 25f64c3e8957b83f9b0279ee453ca15156bbb4c5 /lib | |
parent | 663a354a4b7a906a00dfec145567d06393c24887 (diff) |
add dev.simatime.com as the remote alias for lithium
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 8 |
1 files changed, 8 insertions, 0 deletions
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" ]; |