summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-11-08 18:48:32 -0800
committerBen Sima <ben@bsima.me>2019-11-08 18:48:32 -0800
commit663a354a4b7a906a00dfec145567d06393c24887 (patch)
tree88199566333f4764387eea7b4df22596953bb36b /lib/common.nix
parent11e58364ac741a615e65d3887808989c268ab518 (diff)
remove old keys
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix14
1 files changed, 1 insertions, 13 deletions
diff --git a/lib/common.nix b/lib/common.nix
index 6d16034..9f6f98f 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -73,24 +73,12 @@ in
identityFile = [ "${homedir}/.ssh/id_rsa" ];
identitiesOnly = true;
};
- lithium = {
+ "lithium" = {
hostname = "69.181.254.154";
user = "ben";
- identityFile = [ "${homedir}/.ssh/hijuj-zupip" ];
- identitiesOnly = true;
- };
- nutin-madaj = {
- hostname = "159.89.128.69";
- user = "root";
identityFile = [ "${homedir}/.ssh/id_rsa" ];
identitiesOnly = true;
};
- hikuj-zupip = {
- hostname = "69.181.254.154";
- user = "root";
- identityFile = [ "${homedir}/.ssh/biz-deploy" ];
- identitiesOnly = true;
- };
};
};