Use iwd as wifi backend
iwd is a lightweight wireless connection backend that was initiated by developers of intel. It is supposed to be faster.
This commit is contained in:
parent
80e71ca547
commit
8efc4c2f9e
|
@ -26,6 +26,7 @@ in
|
|||
networking.networkmanager = {
|
||||
# Enable networkmanager. REMEMBER to add yourself to group in order to use nm related stuff.
|
||||
enable = true;
|
||||
wifi.backend = "iwd";
|
||||
};
|
||||
|
||||
# Customized binary caches list (with fallback to official binary cache)
|
||||
|
|
Loading…
Reference in a new issue