From 49d18bdfcbd97f813336fab148f05ef35e832654 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 5 Jan 2016 19:32:41 +0100 Subject: Revert "Basic Declaritive Network Configuration in wpa_supplicant Service" --- nixos/doc/manual/configuration/wireless.xml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'nixos/doc/manual/configuration') 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; -NixOS lets you specify networks for wpa_supplicant declaratively: - -networking.wireless.networks = { - echelon = { - psk = "abcdefgh"; - }; - "free.wifi" = {}; -} - - -When no networks are set it will default to using a configuration file at -/etc/wpa_supplicant.conf. You should edit this file +NixOS currently does not generate wpa_supplicant's +configuration file, /etc/wpa_supplicant.conf. You should edit this file yourself to define wireless networks, WPA keys and so on (see wpa_supplicant.conf(5)). -- cgit 1.4.1