summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
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" ];