Add note about how I connect to wifi.
1 files changed, 12 insertions(+), 0 deletions(-)

A => sites/pmikkelsen.com/linux/wifi.md
A => sites/pmikkelsen.com/linux/wifi.md +12 -0
@@ 0,0 1,12 @@ 
+# Connecting to wifi on linux
+
+What I have to do:
+
+	wpa_passphrase NameOfNetwork NetworkKey >> /etc/wpa_supplicant/wpa_supplicant-wlp4s0.conf
+
+The network card name might be different.
+
+Then reboot aaaand done :)
+
+This is on void linux, so it might not be the same for you.
+