From a7c2ace706bb9c935580c4a35a327b23f90788e2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 11 Nov 2018 21:22:25 -0200 Subject: Add docs on wpa_supplicant in OS setup. --- nixos/os-installation.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3