diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-30 13:56:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-30 13:56:43 +0200 |
| commit | f9e2e662da0eeeca37304e28b883f73e14f4ba32 (patch) | |
| tree | 54f14d0d27858e24654d6d15001b4c87198c31ce | |
| parent | 799c5acbcd012fcc6528b3db99c9211b7ef87b7c (diff) | |
Update wireguard.nix
| -rw-r--r-- | nixos/hosts/bed/components/wireguard.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
