diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 8929122..5c1e50b 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -240,9 +240,9 @@ peers = [ { - publicKey = "LOd1SY9YCHGiJUVT+XdYRdORu6ZMw4CqOKQBW2ElLg8="; + publicKey = "+8dUgpD7YA4wMPnRQkO7EI7AeYd30QPMKh/hOaaGIXY="; allowedIPs = ["0.0.0.0/0" "::0/0"]; - endpoint = "195.47.194.161:51820"; + endpoint = "194.127.167.107:51820"; } ]; };