aboutsummaryrefslogtreecommitdiff
path: root/TODOs.org
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-30 23:40:57 -0300
committerEuAndreh <eu@euandre.org>2019-05-30 23:42:37 -0300
commite3c6aba94e7a162aa5f1b8b0a7658081cab6687a (patch)
tree96c4d030bcb0b0b41c7d1a304fd3fe0219a4431d /TODOs.org
parentTODOs.org (diff)
downloaddotfiles-e3c6aba94e7a162aa5f1b8b0a7658081cab6687a.tar.gz
dotfiles-e3c6aba94e7a162aa5f1b8b0a7658081cab6687a.tar.xz
Publish contents for public/ folder
Diffstat (limited to 'TODOs.org')
-rw-r--r--TODOs.org9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODOs.org b/TODOs.org
index 6403bbf..70cf504 100644
--- a/TODOs.org
+++ b/TODOs.org
@@ -7,17 +7,18 @@ Create =burn-nixos.sh= with something like:
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
-*** TODO Installation phase
-**** TODO Make disk partitioning declarative
-**** TODO Choose proper tool
+*** DOING Installation phase
+**** DOING Choose proper tool
=fdisk=? =gdisk=? =gparted=? Why? Why not?
+**** TODO Make disk partitioning declarative
**** TODO Always use UEFI and GPT (which I think is better)
**** TODO Parameterize the disk to be partitioned
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
-**** TODO Publish =install-nixos.sh= in CI run
+**** 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.
*** TODO Setup phase
**** TODO Fix bootstrap order of installing and importing packages