summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-04-04 19:33:18 -0700
committerBen Sima <ben@bsima.me>2020-04-05 09:59:29 -0700
commit5d4a50b3c6a406e51b251a4af4bd105a88ce5634 (patch)
tree89734cd8d82afff455857e859b455ee0cb81fad4 /lib/common.nix
parent4e104e55c3510724f8cafb9c0ddcea10a5237846 (diff)
Update my IP address in ssh config
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix
index c81b97e..ab347c3 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -100,7 +100,7 @@ in
identitiesOnly = true;
};
"dev.simatime.com" = {
- hostname = "69.181.254.154";
+ hostname = "73.222.221.62";
user = "ben";
identityFile = [ "${homedir}/.ssh/id_rsa" ];
identitiesOnly = true;