diff --git a/hosts/lungmen.nix b/hosts/lungmen.nix index 741f864..1a6770f 100644 --- a/hosts/lungmen.nix +++ b/hosts/lungmen.nix @@ -35,7 +35,7 @@ in imports = [ ../users/patriot ../users/root - ../profiles/network + ../profiles/network/networkmanager.nix # ../profiles/network/nginx.nix ../profiles/develop (modulesPath + "/installer/scan/not-detected.nix") diff --git a/profiles/network/default.nix b/profiles/network/default.nix index a30fd8e..b519eb0 100644 --- a/profiles/network/default.nix +++ b/profiles/network/default.nix @@ -1,8 +1,7 @@ { imports = [ ./dns ]; - networking.networkmanager.enable = false; - networking.dhcpcd.enable = true; + networking.dhcpcd.enable = false; networking.useDHCP = false; networking.dhcpcd.extraConfig = '' noarp