NixOS Installation Guide: Difference between revisions
Marked this version for translation Tags: Mobile edit Mobile web edit |
m Using wpa_supplicant.conf on the mininmal OS installer wasn't working for me. I found using `nmcli` to be a lot easier to get wifi working, hence I added it here. |
||
| Line 127: | Line 127: | ||
<!--T:43--> | <!--T:43--> | ||
On the minimal ISO, or if you are more familiar with [[wpa_supplicant]] 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>. | On the minimal ISO, or if you are more familiar with [[wpa_supplicant]] 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>. | ||
The minimal OS wifi may also be set up using <code>nmcli</code>: <code>nmcli device wifi connect ESSID password PASSWORD</code> | |||
== Partitioning == <!--T:44--> | == Partitioning == <!--T:44--> | ||