commit 65b5e3481384f7d0413464b51563596200c1ee47 parent 716a6839cd9983f04890ca4c26c1701e5d8d861c Author: Tomas Hlavaty <tom@logand.com> Date: Sun, 22 Sep 2019 23:43:39 +0200 wifi without password from command line Diffstat:
M | README | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -40,6 +40,16 @@ Install NixOS $ sudo wpa_supplicant -B -i iface -c <(wpa_passphrase ssid key) +Without passphrase is more complex: create file /tmp/cbase.wifi with +the following contents: + + network={ + ssid="c-base-public" + key_mgmt=NONE + } + + $ sudo wpa_supplicant -i wlp3s0 -c /tmp/cbase.wifi + ## Backups $ sudo cryptsetup -v luksFormat /dev/sdX