about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2017-11-30 05:06:54 +0900
committerMatthieu Coudron <mattator@gmail.com>2018-01-22 11:54:17 +0900
commit8b9429008e370a075f6736e10273a0252937e258 (patch)
treeb505d86edb854028d3c32ba493a99f7283980a41 /nixos
parent91648a2f22aa5f34dd05083e9d3ce3563e972068 (diff)
downloadnixlib-8b9429008e370a075f6736e10273a0252937e258.tar
nixlib-8b9429008e370a075f6736e10273a0252937e258.tar.gz
nixlib-8b9429008e370a075f6736e10273a0252937e258.tar.bz2
nixlib-8b9429008e370a075f6736e10273a0252937e258.tar.lz
nixlib-8b9429008e370a075f6736e10273a0252937e258.tar.xz
nixlib-8b9429008e370a075f6736e10273a0252937e258.tar.zst
nixlib-8b9429008e370a075f6736e10273a0252937e258.zip
doc: add wpa_supplicant command to connect to wifi
New thin laptops don't have an ethernet port and so rely on wifi to get
access. With the minimal installer, setup wpa_supplicant can be hard if
it is the first time so here we provide an example.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/installation/installing.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/doc/manual/installation/installing.xml b/nixos/doc/manual/installation/installing.xml
index ab9108c30a71..d4746f2eb3a8 100644
--- a/nixos/doc/manual/installation/installing.xml
+++ b/nixos/doc/manual/installation/installing.xml
@@ -45,7 +45,10 @@ for a UEFI installation is by and large the same as a BIOS installation. The dif
   using <command>ifconfig</command>.</para>
   <para>To manually configure the network on the graphical installer,
   first disable network-manager with
-  <command>systemctl stop network-manager</command>.</para></listitem>
+  <command>systemctl stop network-manager</command>.</para>
+  <para>To manually configure the wifi on the minimal installer, run
+  <command>wpa_supplicant -B -i interface -c &lt;(wpa_passphrase 'SSID' 'key')</command>.</para></listitem>
+
 
   <listitem><para>If you would like to continue the installation from a different
   machine you need to activate the SSH daemon via <literal>systemctl start sshd</literal>.