From f2873a0cd7c66a1bf9bb3f0780f6db9c3de3565c 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 e4c7029..842318e 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;