summary refs log tree commit diff stats
path: root/system/settings/hardware/network-manager.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/network-manager.nix')
-rw-r--r--system/settings/hardware/network-manager.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/system/settings/hardware/network-manager.nix b/system/settings/hardware/network-manager.nix
index 4daea7be..6ab0c818 100644
--- a/system/settings/hardware/network-manager.nix
+++ b/system/settings/hardware/network-manager.nix
@@ -1,17 +1,9 @@
 { config, lib, pkgs, ... }:
 
 {
-  imports = [
-    ../services/kresd.nix
-  ];
-
   networking = {
     networkmanager = {
       enable = true;
-      dns = lib.mkForce "none";
-    };
-    resolvconf = {
-      useLocalResolver = true;
     };
   };