switch to iwd fos wifi
This commit is contained in:
parent
45fb8cc353
commit
56ad573662
@ -64,7 +64,14 @@
|
||||
networking = {
|
||||
useDHCP = false; # Deprecated
|
||||
hostName = "nbf5";
|
||||
networkmanager.enable = true;
|
||||
wireless.iwd.enable = true;
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
wifi = {
|
||||
backend = "iwd";
|
||||
powersave = true;
|
||||
};
|
||||
};
|
||||
interfaces = {
|
||||
wlp1s0 = {
|
||||
useDHCP = true; # For versatility sake, manually edit IP on nm-applet.
|
||||
|
Loading…
Reference in New Issue
Block a user