From 94255a907211c8ffc0865cc71f2252359d6a8961 Mon Sep 17 00:00:00 2001 From: illustris Date: Mon, 25 Jul 2022 16:54:18 +0530 Subject: [PATCH] enable networkmanager --- configuration.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index 78dff30..47c6b45 100644 --- a/configuration.nix +++ b/configuration.nix @@ -38,13 +38,7 @@ in hostId = "f86b2fa7"; hostName = "desktop"; - useDHCP = false; - interfaces = { - enp6s18.useDHCP = true; - enp11s0.useDHCP = true; - }; - #hosts = { - #}; + networkmanager.enable = true; }; security.sudo.wheelNeedsPassword = false;