diff options
-rw-r--r-- | lib/common.nix | 14 |
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; - }; }; }; |