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:
Hendrik Sokolowski 2022-05-18 00:30:24 +02:00
parent 80e71ca547
commit 8efc4c2f9e
Signed by untrusted user: hensoko
GPG key ID: 5C36A01B80BCCC59

View file

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