modules/services/networking/wpa_supplicant.nix: document that interface auto-detection doesn't work on Linux 3.4.x
This commit is contained in:
parent
76c74cd7c7
commit
61b8ee9029
@ -44,7 +44,9 @@ in
|
||||
example = [ "wlan0" "wlan1" ];
|
||||
description = ''
|
||||
The interfaces <command>wpa_supplicant</command> will use. If empty, it will
|
||||
automatically use all wireless interfaces.
|
||||
automatically use all wireless interfaces. (Note that auto-detection is currently
|
||||
broken on Linux 3.4.x kernels. See http://github.com/NixOS/nixos/issues/10 for
|
||||
further details.)
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user