summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-11-14 11:09:00 -0500
committerBen Sima <ben@bsima.me>2020-11-14 11:11:28 -0500
commitc9c230c28310e3147340fa7189bb99ee01eb2432 (patch)
tree49a4e3bb2a9027cc2f817b848aa61b6d81fb2920 /lib/common.nix
parent71345e5723f232cf148b2c4f43edfd0b1a6c3689 (diff)
Remove IP ssh config from dev.simatime.com
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix1
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;