mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
doc: clarify how 26.05's wpa_supplicant changes affect the ctrl_interface
Closes #528867
(cherry picked from commit b8f80210b1)
This commit is contained in:
parent
bec07d8d93
commit
5ee5ac1341
1 changed files with 2 additions and 0 deletions
|
|
@ -354,6 +354,8 @@ See <https://github.com/NixOS/nixpkgs/issues/481673>.
|
|||
|
||||
If client certificates, keys or other files are needed, these should be stored under `/etc/wpa_supplicant` and owned by `wpa_supplicant` to ensure the daemon can read them.
|
||||
|
||||
Similarly, the `ctrl_interface` directory set in `wpa_supplicant`'s conf must be writeable by the `wpa_supplicant` user so that the `wpa_supplicant` daemon can start successfully. If you were changing `ctrl_interface` in [extraConfig](#opt-networking.wireless.extraConfig) or in `/etc/wpa_supplicant/imperative.conf`, please remove that line.
|
||||
|
||||
Also, the {option}`networking.wireless.userControlled.group` option has been removed since there is now a dedicated `wpa_supplicant` group to control the daemon, and {option}`networking.wireless.userControlled.enable` has been renamed to [](#opt-networking.wireless.userControlled).
|
||||
|
||||
No functionality should have been impacted by these changes (including controlling via `wpa_cli`, integration with NetworkManager or connman), but if you find any problems, please open an issue on GitHub.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue