diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-30 13:56:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-30 13:56:26 +0200 |
| commit | 799c5acbcd012fcc6528b3db99c9211b7ef87b7c (patch) | |
| tree | e97d72c3a350f59a7ee60f9221fb69e5421a8bde /nixos/hosts/box/components | |
| parent | 019f724a4960d2dfc2e48b7d4f7e3e04f8747641 (diff) | |
Update wireguard.nix
Diffstat (limited to 'nixos/hosts/box/components')
| -rw-r--r-- | nixos/hosts/box/components/wireguard.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/box/components/wireguard.nix b/nixos/hosts/box/components/wireguard.nix index 37db0a1..08161b0 100644 --- a/nixos/hosts/box/components/wireguard.nix +++ b/nixos/hosts/box/components/wireguard.nix @@ -9,7 +9,7 @@ { publicKey = "P2LPLBq/6qXE5Mmv8DJUviU89Yu5s7vysbyWncnZchY="; allowedIPs = [ "10.0.0.0/24" ]; - endpoint = "5.231.118.254:51820"; + endpoint = "5.231.118.153:51820"; persistentKeepalive = 25; } ]; |
