Add wifi connection howto to readme
This commit is contained in:
parent
5108a624f8
commit
9df4bcbda3
|
@ -5,6 +5,10 @@
|
|||
This guide describes how to install this configuration (or any NixOS
|
||||
configuration) with GPT and legacy (BIOS) boot.
|
||||
|
||||
If you do not have a wired connection, first set up wifi
|
||||
|
||||
wpa_passphrase "SSID" "PSK" | sudo wpa_supplicant -B -i wlp4s0 -c/dev/stdin
|
||||
|
||||
Create the partition table (enter the indented lines in the repl).
|
||||
|
||||
sudo parted /dev/sdX
|
||||
|
|
Loading…
Reference in a new issue