summary refs log tree commit diff stats
path: root/system/settings
diff options
context:
space:
mode:
authorAlan Pearce2022-06-30 17:14:26 +0200
committerAlan Pearce2022-06-30 17:20:16 +0200
commit02e485026fa4847967091584ede2c371ffb9c58a (patch)
tree652644344ac8e311b9d3bcb42fb82b87b8523208 /system/settings
parentdc8eb3bdfe00599b888676a541c762c11ba8aa04 (diff)
downloadnixfiles-02e485026fa4847967091584ede2c371ffb9c58a.tar.lz
nixfiles-02e485026fa4847967091584ede2c371ffb9c58a.tar.zst
nixfiles-02e485026fa4847967091584ede2c371ffb9c58a.zip
prefect: don't use local resolver
Diffstat (limited to 'system/settings')
-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;