Revert "Basic Declaritive Network Configuration in wpa_supplicant Service"

This commit is contained in:
Peter Simons
2016-01-05 19:32:41 +01:00
parent 1974ced666
commit 49d18bdfcb
2 changed files with 87 additions and 87 deletions
+2 -12
View File
@@ -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>