From 32f1a3353af2f355b9c257e45274357e5c9e684c Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 23 Oct 2021 13:50:12 +0200 Subject: [PATCH] host: Go back to NetworkManager --- modules/host.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/modules/host.nix b/modules/host.nix index a2a157a..aabb4ca 100644 --- a/modules/host.nix +++ b/modules/host.nix @@ -75,7 +75,7 @@ let }; networking = { useDHCP = false; # Done by the network manager - networkmanager.enable = false; + networkmanager.enable = true; #interfaces.*.useDHCP = false; @@ -143,15 +143,6 @@ let ]; services = { - connman = { - enable = true; - extraFlags = [ "--nodnsproxy" ]; - - wifi = lib.mkIf wireless { - backend = "iwd"; - }; - }; - # TODO: Is this correct? Maybe run once timesyncd.enable = false;