- Connect to network via:
$ wpa_passphrase 'SSID' 'KEY' > passphrase.txt $ wpa_supplicant -B -i <interface> -c passphrase.txt # Interface could be wlp3s0
- Call install.sh in machine/base to partition disk.
- Copy this installation information over to root directory.
- Reboot and login to root.
- reconnect to network like in step 1.
- Run
$ make switch
to install nixos. - Delete or copy this while directory over to a diffrent user directory.
$ make switch
$ nix-shell --run "niv update nixpkgs"
$ nix-shell --run "niv update home-manager"
$ nix-shell --run "niv update" # all at once
$ nix-shell --run "niv update nixpkgs -b nixos-19.09"