From 113dd9cb9775b3d006338c7ea4bf36d9356f3002 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 30 Jul 2025 19:32:57 +0530 Subject: cez/wireguard: drop dns server --- os/cez/modules/wireguard.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'os/cez') 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; -- cgit v1.2.3