diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-07-30 19:32:57 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-07-30 19:32:57 +0530 |
commit | 113dd9cb9775b3d006338c7ea4bf36d9356f3002 (patch) | |
tree | 80938a4b67435993aa112761c6116ae0f94de8ff /os/cez | |
parent | 155ea4e83a1491064b4359f1dbc0aff5838be962 (diff) |
Diffstat (limited to 'os/cez')
-rw-r--r-- | os/cez/modules/wireguard.nix | 1 |
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; |