aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/nixos/doc/manual/installation/installing.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/doc/manual/installation/installing.xml')
-rw-r--r--nixpkgs/nixos/doc/manual/installation/installing.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/nixpkgs/nixos/doc/manual/installation/installing.xml b/nixpkgs/nixos/doc/manual/installation/installing.xml
index 7991c43e01f..4041b4ad163 100644
--- a/nixpkgs/nixos/doc/manual/installation/installing.xml
+++ b/nixpkgs/nixos/doc/manual/installation/installing.xml
@@ -380,7 +380,10 @@
</para>
<para>
If you need to configure networking for your machine the configuration
- options are described in <xref linkend="sec-networking"/>.
+ options are described in <xref linkend="sec-networking"/>. In particular,
+ while wifi is supported on the installation image, it is not enabled by
+ default in the configuration generated by
+ <command>nixos-generate-config</command>.
</para>
<para>
Another critical option is <option>fileSystems</option>, specifying the
@@ -475,7 +478,7 @@ Retype new UNIX password: ***</screen>
shows what packages are available, and
<screen>
<prompt>$ </prompt>nix-env -f '&lt;nixpkgs&gt;' -iA w3m</screen>
- install the <literal>w3m</literal> browser.
+ installs the <literal>w3m</literal> browser.
</para>
</listitem>
</orderedlist>