From 61b8ee90291845621238f14f9ef1d6f13cbdc067 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 29 Jun 2012 11:52:58 +0200 Subject: [PATCH] modules/services/networking/wpa_supplicant.nix: document that interface auto-detection doesn't work on Linux 3.4.x --- modules/services/networking/wpa_supplicant.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/services/networking/wpa_supplicant.nix b/modules/services/networking/wpa_supplicant.nix index fe4fecaf0baf..32d4e49557db 100644 --- a/modules/services/networking/wpa_supplicant.nix +++ b/modules/services/networking/wpa_supplicant.nix @@ -44,7 +44,9 @@ in example = [ "wlan0" "wlan1" ]; description = '' The interfaces wpa_supplicant 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.) ''; };