From 3a71af1d29e455e67e79a16f7dd54bd6ed8212f0 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Wed, 3 May 2017 18:58:06 +0200 Subject: [PATCH] switch back to dhcpcd, resolved is slow. still gotta go faster though. --- physical/xps9360.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/physical/xps9360.nix b/physical/xps9360.nix index 7018f01..477d868 100644 --- a/physical/xps9360.nix +++ b/physical/xps9360.nix @@ -27,7 +27,9 @@ services.thermald.enable = true; networking.wireless.enable = true; - networking.useNetworkd = true; + networking.dhcpcd.extraConfig = '' + noarp + ''; hardware.bluetooth.enable = true; # https://wiki.archlinux.org/index.php/Dell_XPS_13_(9360)#Module-based_Powersaving_Options # might require linux 4.11