aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-07 00:01:51 -0300
committerEuAndreh <eu@euandre.org>2019-06-07 00:01:51 -0300
commit6f95807fd5875893619fdaac8dde432b4fc6bab9 (patch)
tree02c69140e741c47fe56ca9e4b56013f2ce0b4b64
parentAdd ${DESTROY_VOLUME} operational toggle (diff)
downloadserver-6f95807fd5875893619fdaac8dde432b4fc6bab9.tar.gz
server-6f95807fd5875893619fdaac8dde432b4fc6bab9.tar.xz
TODOs.org
-rw-r--r--TODOs.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODOs.org b/TODOs.org
index fc1e3f3..5541667 100644
--- a/TODOs.org
+++ b/TODOs.org
@@ -208,6 +208,8 @@ Get a book on advanced Docker, or container fundamentals and dig deeper.
Maybe rsync the contents of the Borg repository into S3. Should I restore backups from these too?
** TODO Should I be using something like [[https://www.vaultproject.io/][Vault]] instead of git-crypt?
Can it do key rotation?
+** TODO Can the =setup.sh= and =provision.sh= scripts be run inside a chroot or a NixOS contained environment?
+Right now they can't simply be a derivation because =setup.sh= needs access to the disk and =provision.sh= needs to access the internet.
** DONE Do I want or need Docker? Should I use it?
CLOSED: [2019-05-25 Sat 18:1980]
It was a better path than sticking with NixOps and nixcloud-webservices. It's more widespread and has more things done for it.