host: Go back to NetworkManager
This commit is contained in:
parent
0ac64e0949
commit
32f1a3353a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user