diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-09-02 10:37:39 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-09-02 10:37:39 +0530 |
commit | 166156387d84f2af81b185dfec6dc75c56708522 (patch) | |
tree | 7effed59513c284f0200785f4146da4c4001e92f | |
parent | 31458b74b81df4ef5101c01b26fc28fc32ee821b (diff) |
chore(os/cez/wireguard/bud): update endpoint
-rw-r--r-- | os/cez/modules/wireguard.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/cez/modules/wireguard.nix b/os/cez/modules/wireguard.nix index f930c48..5e17293 100644 --- a/os/cez/modules/wireguard.nix +++ b/os/cez/modules/wireguard.nix @@ -59,7 +59,7 @@ in { publicKey = "O2GRMEWf22YRGKexHAdg1fitucTZ/U/om2MWEJMeyFQ="; allowedIPs = [ "10.54.132.0/24" ]; - endpoint = "dev.bud.studio:51820"; + endpoint = "primary.k8s.bud.studio:51820"; persistentKeepalive = 25; } ]; |