diff options
author | Ben Sima <ben@bsima.me> | 2020-11-14 11:09:00 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-14 11:11:28 -0500 |
commit | c9c230c28310e3147340fa7189bb99ee01eb2432 (patch) | |
tree | 49a4e3bb2a9027cc2f817b848aa61b6d81fb2920 /lib | |
parent | 71345e5723f232cf148b2c4f43edfd0b1a6c3689 (diff) |
Remove IP ssh config from dev.simatime.com
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix index bdedc44..429d6b7 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -118,7 +118,6 @@ in identitiesOnly = true; }; "dev.simatime.com" = { - hostname = "73.222.221.62"; user = "ben"; identityFile = [ "${homedir}/.ssh/id_rsa" ]; identitiesOnly = true; |