summaryrefslogtreecommitdiff
path: root/nixos/hosts/box/components/wireguard.nix
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-07-30 13:56:26 +0200
committerGitHub <noreply@github.com>2026-07-30 13:56:26 +0200
commit799c5acbcd012fcc6528b3db99c9211b7ef87b7c (patch)
treee97d72c3a350f59a7ee60f9221fb69e5421a8bde /nixos/hosts/box/components/wireguard.nix
parent019f724a4960d2dfc2e48b7d4f7e3e04f8747641 (diff)
Update wireguard.nix
Diffstat (limited to 'nixos/hosts/box/components/wireguard.nix')
-rw-r--r--nixos/hosts/box/components/wireguard.nix2
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;
}
];