diff options
-rw-r--r-- | nixos/os-installation.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/os-installation.sh b/nixos/os-installation.sh index 827b820..bc49cce 100644 --- a/nixos/os-installation.sh +++ b/nixos/os-installation.sh @@ -3,7 +3,9 @@ sudo dd if=os.iso of=/dev/sdc # # Derived from https://www.maketecheasier.com/nixos-review/ -# First, connect an ethernet cable +# First, get an internet connection, either by using an ethernet cable or using =wpa_supplicant=: +# https://wiki.archlinux.org/index.php/WPA_supplicant +# wpa_supplicant -B -i wlp2s0 -c <(wpa_passphrase SSID PASSPHRASE) loadkeys br-abnt2 fdisk /dev/sda |