From 9df4bcbda3f824ad5618e592f99183783eff64cf Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 24 Aug 2020 11:11:23 +0200 Subject: [PATCH] Add wifi connection howto to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 61dc948..7f585cf 100644 --- a/README.md +++ b/README.md @@ -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