From f9e2e662da0eeeca37304e28b883f73e14f4ba32 Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Thu, 30 Jul 2026 13:56:43 +0200 Subject: Update wireguard.nix --- nixos/hosts/bed/components/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/bed/components/wireguard.nix b/nixos/hosts/bed/components/wireguard.nix index 91d7649..c166a84 100644 --- a/nixos/hosts/bed/components/wireguard.nix +++ b/nixos/hosts/bed/components/wireguard.nix @@ -6,7 +6,7 @@ peers = [ { publicKey = "P2LPLBq/6qXE5Mmv8DJUviU89Yu5s7vysbyWncnZchY="; - endpoint = "5.231.118.254:51820"; + endpoint = "5.231.118.153:51820"; allowedIPs = [ "10.0.0.0/24" ]; persistentKeepalive = 25; } -- cgit v1.3.1