summaryrefslogtreecommitdiff
path: root/os/cez/modules
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-07-30 19:32:57 +0530
committersinanmohd <sinan@sinanmohd.com>2025-07-30 19:32:57 +0530
commit113dd9cb9775b3d006338c7ea4bf36d9356f3002 (patch)
tree80938a4b67435993aa112761c6116ae0f94de8ff /os/cez/modules
parent155ea4e83a1491064b4359f1dbc0aff5838be962 (diff)
cez/wireguard: drop dns serverHEADmaster
Diffstat (limited to 'os/cez/modules')
-rw-r--r--os/cez/modules/wireguard.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/cez/modules/wireguard.nix b/os/cez/modules/wireguard.nix
index 3cffe66..f930c48 100644
--- a/os/cez/modules/wireguard.nix
+++ b/os/cez/modules/wireguard.nix
@@ -52,7 +52,6 @@ in
bud = {
autostart = true;
address = [ "10.54.132.2/24" ];
- dns = [ "10.54.132.1" ];
mtu = 1420;
privateKeyFile = config.sops.secrets."misc/wireguard".path;