diff options
author | Ben Sima <ben@bsima.me> | 2021-03-16 12:05:45 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-03-16 12:06:33 -0400 |
commit | dd2ff02effb16d0d764635f9c9815a2c6e0ee8bc (patch) | |
tree | 38f06cb8c6da0dcf48dda5a237979f03b8f251f7 /Biz/Cloud/Web.nix | |
parent | 7fc6ad75094eebbd33a45ebf0622a7d83023e5a4 (diff) |
Update my home IP
Diffstat (limited to 'Biz/Cloud/Web.nix')
-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 6430c47..c364c22 100644 --- a/Biz/Cloud/Web.nix +++ b/Biz/Cloud/Web.nix @@ -2,7 +2,7 @@ let rootDomain = config.networking.domain; - bensIp = "24.140.84.23"; + bensIp = "199.26.245.64"; in { services = { |