summary refs log tree commit diff stats
path: root/system/settings/hardware/connman.nix
diff options
context:
space:
mode:
authorAlan Pearce2021-01-16 20:53:40 +0100
committerAlan Pearce2021-01-16 20:56:54 +0100
commitd48fe99a36fc5eae24949a451aa4534c1d883eea (patch)
tree5c6f5c39dd41a6c1b9710034dd1bd8a61fc2d083 /system/settings/hardware/connman.nix
parent99fdc45339535264a5d17d17df6c54035450afb0 (diff)
downloadnixfiles-d48fe99a36fc5eae24949a451aa4534c1d883eea.tar.lz
nixfiles-d48fe99a36fc5eae24949a451aa4534c1d883eea.tar.zst
nixfiles-d48fe99a36fc5eae24949a451aa4534c1d883eea.zip
Disable default DHCP when connman is used
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 779f8b7a..383be9e5 100644
--- a/system/settings/hardware/connman.nix
+++ b/system/settings/hardware/connman.nix
@@ -4,6 +4,7 @@
     enable = true;
     enableVPN = false;
   };
+  networking.useDHCP = false;
 
   environment.systemPackages = with pkgs; [
     connman-gtk