summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-11-08 21:49:52 -0800
committerBen Sima <ben@bsima.me>2019-11-08 21:50:43 -0800
commita04c6a32b77adbb93af5c8a637a0505f7f2bed54 (patch)
tree25f64c3e8957b83f9b0279ee453ca15156bbb4c5 /lib/common.nix
parent663a354a4b7a906a00dfec145567d06393c24887 (diff)
add dev.simatime.com as the remote alias for lithium
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix8
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" ];