* Tasks ** DOING Simplify the installation of NixOS *** DONE Preparation phase CLOSED: [2019-05-30 Thu 20:17] Create =burn-nixos.sh= with something like: #+BEGIN_SOURCE shell NIXOS_URL='https://releases.nixos.org/nixos/19.03/nixos-19.03.172764.50d5d73e22b/nixos-graphical-19.03.172764.50d5d73e22b-x86_64-linux.iso' burn-nixos.sh "$NIXOS_URL" /dev/sdb #+END_SOURCE *** DOING Installation phase **** DONE Choose proper tool CLOSED: [2019-05-31 Fri 21:40] =fdisk=? =gdisk=? =gparted=? Why? Why not? =parted= allows for CLI based interactions instead of interactive only. It also supports GPT partitions, and is a GNU project :) **** DONE Make disk partitioning declarative CLOSED: [2019-05-31 Fri 21:40] Not really declarative, but scripted instead. **** DONE Always use UEFI and GPT (which I think is better) CLOSED: [2019-05-31 Fri 21:40] **** DONE Parameterize the disk to be partitioned CLOSED: [2019-05-31 Fri 21:41] So I can give the installation script an argument and reuse later on the program. Something like: #+BEGIN_SOURCE shell $ wget -qO- https://euandre.org/install-nixos.sh | sh -s /dev/sda #+END_SOURCE **** DONE Publish =install-nixos.sh= in CI run CLOSED: [2019-05-30 Thu 23:42] 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) #+END_SOURCE *** TODO Setup phase **** TODO Fix bootstrap order of installing and importing packages **** TODO Automate annex setup ** NEXT Workflow improvement *** NEXT Finish importing mailing list emails *** TODO Automate backup.sh *** DONE Automate setup of =builds.sr.ht= for other projects CLOSED: [2019-05-31 Fri 21:43] **** DONE Add =utils.nix= with common derivations CLOSED: [2019-05-30 Thu 23:16] **** CANCELLED Generate yaml from Dhall No need, =envsubst= suffice *** CANCELLED Put commit 50 characters limit See https://drewdevault.com/2019/02/25/Using-git-with-discipline.html Couldn't configure it properly right now, no impactul at all on current workflow. ** TODO Guix System *** TODO Create =burn.sh=, =install.sh= and =setup.sh= =guix= installation scripts *** TODO Consider using Btrfs? Why? Why not? ** TODO House keeping *** TODO Remove borg content from repository *** TODO Remove encrypted files from repository *** TODO Make creation of a new shell faster Profile =bash/bashrc.sh=. *** TODO Improve README.org *** TODO Remove =shellcheck disable= directives * Nice to have ** TODO Test elfeed * Fixes ** TODO Adjust layout for =annex.yml= tmuxinator template ** TODO Make xmodmap commands declarative ** TODO Open =.description= files with text editor