Kieran's opinionated (and probably slightly dumb) nix config

docs: add proper wpa_cli

dunkirk.sh 34e79bd0 3a46bad3

verified
Changed files
+4 -2
+4 -2
README.md
···
sudo systemctl start wpa_supplicant
wpa_cli
-
add_network 0 ssid "put your ssid here"
+
add_network 0
-
add_network 0 psk "put your password here"
+
set_network 0 ssid "put your ssid here"
+
+
set_network 0 psk "put your password here"
enable network 0