aboutsummaryrefslogtreecommitdiff
path: root/nixos/doc/manual/configuration/wireless.xml
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-01-05 19:32:41 +0100
committerPeter Simons <simons@cryp.to>2016-01-05 19:32:41 +0100
commit49d18bdfcbd97f813336fab148f05ef35e832654 (patch)
tree4bc248c5a696e224ea64f4d37dc4712a510c8284 /nixos/doc/manual/configuration/wireless.xml
parent1974ced66625c983b251b3cc6de62b4b46cef551 (diff)
Revert "Basic Declaritive Network Configuration in wpa_supplicant Service"
Diffstat (limited to 'nixos/doc/manual/configuration/wireless.xml')
-rw-r--r--nixos/doc/manual/configuration/wireless.xml14
1 files changed, 2 insertions, 12 deletions
diff --git a/nixos/doc/manual/configuration/wireless.xml b/nixos/doc/manual/configuration/wireless.xml
index 13e4283d241c..373a9168cc87 100644
--- a/nixos/doc/manual/configuration/wireless.xml
+++ b/nixos/doc/manual/configuration/wireless.xml
@@ -18,18 +18,8 @@ NixOS will start wpa_supplicant for you if you enable this setting:
networking.wireless.enable = true;
</programlisting>
-NixOS lets you specify networks for wpa_supplicant declaratively:
-<programlisting>
-networking.wireless.networks = {
- echelon = {
- psk = "abcdefgh";
- };
- "free.wifi" = {};
-}
-</programlisting>
-
-When no networks are set it will default to using a configuration file at
-<literal>/etc/wpa_supplicant.conf</literal>. You should edit this file
+NixOS currently does not generate wpa_supplicant's
+configuration file, <literal>/etc/wpa_supplicant.conf</literal>. You should edit this file
yourself to define wireless networks, WPA keys and so on (see
wpa_supplicant.conf(5)).
</para>