summaryrefslogtreecommitdiff
path: root/os/cez
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-09-02 10:37:39 +0530
committersinanmohd <sinan@sinanmohd.com>2025-09-02 10:37:39 +0530
commit166156387d84f2af81b185dfec6dc75c56708522 (patch)
tree7effed59513c284f0200785f4146da4c4001e92f /os/cez
parent31458b74b81df4ef5101c01b26fc28fc32ee821b (diff)
chore(os/cez/wireguard/bud): update endpoint
Diffstat (limited to 'os/cez')
-rw-r--r--os/cez/modules/wireguard.nix2
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;
}
];