summary refs log tree commit diff stats
path: root/system/settings/hardware/connman.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/connman.nix')
-rw-r--r--system/settings/hardware/connman.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/hardware/connman.nix b/system/settings/hardware/connman.nix
index 383be9e5..91b6aab1 100644
--- a/system/settings/hardware/connman.nix
+++ b/system/settings/hardware/connman.nix
@@ -3,6 +3,7 @@
 { services.connman = {
     enable = true;
     enableVPN = false;
+    extraFlags = [ "--nodnsproxy" ];
   };
   networking.useDHCP = false;