diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 8 |
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" ]; |