summary refs log tree commit diff stats
path: root/modules/hardware
diff options
context:
space:
mode:
authorAlan Pearce2018-01-07 18:58:58 +0100
committerAlan Pearce2018-01-07 18:58:58 +0100
commit3c71e30f7461dfb88317a1c6996b98bf63b73218 (patch)
tree23161c8c2158174e822db9754e729b1a831051d7 /modules/hardware
parent785d458da6515acd183bbfc16ec7d5190a57611e (diff)
downloadnixos-configuration-3c71e30f7461dfb88317a1c6996b98bf63b73218.tar.lz
nixos-configuration-3c71e30f7461dfb88317a1c6996b98bf63b73218.tar.zst
nixos-configuration-3c71e30f7461dfb88317a1c6996b98bf63b73218.zip
network-manager: Enable dnsmasq integration
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/network-manager.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hardware/network-manager.nix b/modules/hardware/network-manager.nix
index b85b8f4..3f9f043 100644
--- a/modules/hardware/network-manager.nix
+++ b/modules/hardware/network-manager.nix
@@ -2,6 +2,7 @@
 
 { networking.networkmanager = {
     enable = true;
+    useDnsmasq = true;
   };
 
   environment.systemPackages = with pkgs; [