NixOS Installation Guide: Difference between revisions

imported>Smn
No edit summary
imported>Alttttt39933
m Differenciates between minimal and GUI iso. Also a bit better explanation on how to use wpa_passphrase.
Line 91: Line 91:
=== Wireless ===
=== Wireless ===


Network Manager is installed, meaning that it is possible to use <code>nmtui</code> on the command line to connect to a network.
Network Manager is installed on the graphical ISO, meaning that it is possible to use <code>nmtui</code> on the command line to connect to a network.


If you are more familiar with <code>wpa_supplicant</code> then you can also run <code>wpa_passphrase ESSID >/etc/wpa_supplicant.conf</code> and <code>systemctl restart wpa_supplicant</code>.
On the minimal ISO, or if you are more familiar with <code>wpa_supplicant</code> then you can also run <code>wpa_passphrase ESSID >/etc/wpa_supplicant.conf</code>, then enter your password and <code>systemctl restart wpa_supplicant</code>.


<hr />
<hr />