host: Go back to NetworkManager
This commit is contained in:
parent
0ac64e0949
commit
32f1a3353a
@ -75,7 +75,7 @@ let
|
|||||||
};
|
};
|
||||||
networking = {
|
networking = {
|
||||||
useDHCP = false; # Done by the network manager
|
useDHCP = false; # Done by the network manager
|
||||||
networkmanager.enable = false;
|
networkmanager.enable = true;
|
||||||
|
|
||||||
#interfaces.*.useDHCP = false;
|
#interfaces.*.useDHCP = false;
|
||||||
|
|
||||||
@ -143,15 +143,6 @@ let
|
|||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
connman = {
|
|
||||||
enable = true;
|
|
||||||
extraFlags = [ "--nodnsproxy" ];
|
|
||||||
|
|
||||||
wifi = lib.mkIf wireless {
|
|
||||||
backend = "iwd";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# TODO: Is this correct? Maybe run once
|
# TODO: Is this correct? Maybe run once
|
||||||
timesyncd.enable = false;
|
timesyncd.enable = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user