From 2381bab4879091643595d20aab2cabe6117c26e9 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 27 Aug 2025 21:58:49 +0200 Subject: [PATCH] let's try another server I guess --- nixos/hosts/wheatley/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; } ]; };