NixOS Installation Guide: Difference between revisions
imported>Alttttt39933 m Differenciates between minimal and GUI iso. Also a bit better explanation on how to use wpa_passphrase. |
imported>Alttttt39933 m changes from `>` to `sudo tee` so that the command will work, regardless of if the user is root or not. |
||
| Line 93: | Line 93: | ||
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. | 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. | ||
On the minimal ISO, or if you are more familiar with <code>wpa_supplicant</code> then you can also run <code>wpa_passphrase ESSID | On the minimal ISO, or if you are more familiar with <code>wpa_supplicant</code> then you can also run <code>wpa_passphrase ESSID | sudo tee /etc/wpa_supplicant.conf</code>, then enter your password and <code>systemctl restart wpa_supplicant</code>. | ||
<hr /> | <hr /> | ||