From 391763982d8405fa21c66c04a2470d413f9f4790 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Wed, 31 Aug 2016 17:45:03 +0200 Subject: [PATCH] sj-laptop: disable systemd-resolved --- configuration/steveej-laptop/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/steveej-laptop/system.nix b/configuration/steveej-laptop/system.nix index 5198ad6..60e8b24 100644 --- a/configuration/steveej-laptop/system.nix +++ b/configuration/steveej-laptop/system.nix @@ -152,7 +152,7 @@ ATTR{idVendor}=="05c6", ATTR{idProduct}=="6765", SYMLINK+="libmtp-%k", MODE="660", GROUP="audio", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1", TAG+="uaccess" ''; - services.resolved.enable = true; + services.resolved.enable = false; # hardware related services hardware = {