host: Go back to NetworkManager

This commit is contained in:
PapaTutuWawa 2021-10-23 13:50:12 +02:00
parent 0ac64e0949
commit 32f1a3353a

View File

@ -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;