Iwd: Difference between revisions
Tags: Mobile edit Mobile web edit |
Add permissions section |
||
| (One intermediate revision by one other user not shown) | |||
| Line 32: | Line 32: | ||
For a detailed and up-to-date list of available settings, please reference the [https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/src/iwd.network.rst network daemon configuration documentation], from kernel Git repo. | For a detailed and up-to-date list of available settings, please reference the [https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/src/iwd.network.rst network daemon configuration documentation], from kernel Git repo. | ||
=== eduroam === | === Permissions === | ||
At the time of this writing only <code>root</code> and users in the <code>wheel</code> group are permitted to use iwd. | |||
Here's [https://github.com/NixOS/nixpkgs/issues/538306 an issue about this (with a workaround)]. | |||
=== [[eduroam]] === | |||
[[eduroam]] (WPA2 Enterprise) wireless networks need to get configured manually by creating the following file <code>/var/lib/iwd/eduroam.8021x</code>, which will not persist across NixOS rebuilds unless explicitly managed. It's often better to configure this via a NixOS module. | [[eduroam]] (WPA2 Enterprise) wireless networks need to get configured manually by creating the following file <code>/var/lib/iwd/eduroam.8021x</code>, which will not persist across NixOS rebuilds unless explicitly managed. It's often better to configure this via a NixOS module. | ||