diff --git a/nixos/doc/manual/configuration/wireless.xml b/nixos/doc/manual/configuration/wireless.xml
index f7e99ff0e35c..dda2193dd93a 100644
--- a/nixos/doc/manual/configuration/wireless.xml
+++ b/nixos/doc/manual/configuration/wireless.xml
@@ -36,8 +36,25 @@
- If you are using WPA2 the wpa_passphrase tool might be
- useful to generate the wpa_supplicant.conf.
+ If you are using WPA2 you can generate pskRaw key using
+ wpa_passphrase:
+
+$ wpa_passphrase ESSID PSK
+network={
+ ssid="echelon"
+ #psk="abcdefgh"
+ psk=dca6d6ed41f4ab5a984c9f55f6f66d4efdc720ebf66959810f4329bb391c5435
+}
+
+
+ = {
+ echelon = {
+ pskRaw = "dca6d6ed41f4ab5a984c9f55f6f66d4efdc720ebf66959810f4329bb391c5435";
+ };
+}
+
+ or you can use it to directly generate the
+ wpa_supplicant.conf:
# wpa_passphrase ESSID PSK > /etc/wpa_supplicant.conf
After you have edited the wpa_supplicant.conf, you need to
diff --git a/nixos/doc/manual/installation/installing.xml b/nixos/doc/manual/installation/installing.xml
index 8e94f946c5ee..f4f8d470f802 100644
--- a/nixos/doc/manual/installation/installing.xml
+++ b/nixos/doc/manual/installation/installing.xml
@@ -377,6 +377,10 @@
option can be set to true to automatically add them to
the grub menu.
+
+ If you need to configure networking for your machine the configuration
+ options are described in .
+
Another critical option is , specifying the
file systems that need to be mounted by NixOS. However, you typically