diff options
-rw-r--r-- | TODOs.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -30,7 +30,10 @@ Add =publishScript= derivation and run it in builds.sr.ht. **** DOING Partition, format and encrypt **** TODO Properly document (in README?) how to connect to the internet #+BEGIN_SOURCE bash -$ wpa_supplicant -B -i wlp2s0 -c <(wpa_passphrase SSID PASSPHRASE) +wpa_supplicant -B -i wlp2s0 -c <(wpa_passphrase SSID PASSPHRASE) +curl https://euandre.org/dotfiles/nixos/install.sh > install.sh +chmod +x ./install.sh +./install.sh #+END_SOURCE *** TODO Setup phase **** TODO Fix bootstrap order of installing and importing packages |