From bc83a31fecce6dc1431d4188cf67b71efbf8e432 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 7 Oct 2018 17:53:23 +0200 Subject: upgrade to 18.09 --- modules/hardware/network-manager.nix | 2 +- modules/hardware/thinkpad.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/hardware') diff --git a/modules/hardware/network-manager.nix b/modules/hardware/network-manager.nix index 28b8838..04480a8 100644 --- a/modules/hardware/network-manager.nix +++ b/modules/hardware/network-manager.nix @@ -2,7 +2,7 @@ { networking.networkmanager = { enable = true; - useDnsmasq = false; + dns = "unbound"; }; environment.systemPackages = with pkgs; [ diff --git a/modules/hardware/thinkpad.nix b/modules/hardware/thinkpad.nix index 15ec4df..0d2a1ee 100644 --- a/modules/hardware/thinkpad.nix +++ b/modules/hardware/thinkpad.nix @@ -13,7 +13,6 @@ services.thinkfan = { enable = true; - sensor = "/sys/class/thermal/thermal_zone0/temp"; }; services.tlp = { -- cgit 1.4.1