diff options
author | Ben Sima <ben@bsima.me> | 2020-11-15 07:20:16 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-15 07:20:16 -0800 |
commit | cc8dc5252b3318ca14b94887cff391b2aa6cf480 (patch) | |
tree | 2a04c1fe1fd2e16acdce4795beab33bee27692ce | |
parent | e203fb1c8dfbe784f729eda3360a5a51677dc380 (diff) |
Update my IP address
-rw-r--r-- | Biz/Cloud/web.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Cloud/web.nix b/Biz/Cloud/web.nix index 22d7199..acd5c2f 100644 --- a/Biz/Cloud/web.nix +++ b/Biz/Cloud/web.nix @@ -1,7 +1,7 @@ { ... }: let - bensIp = "73.222.221.62"; + bensIp = "24.140.84.23"; in { services = { |