From 663a354a4b7a906a00dfec145567d06393c24887 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 8 Nov 2019 18:48:32 -0800 Subject: remove old keys --- lib/common.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'lib/common.nix') 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; - }; }; }; -- cgit v1.2.3