diff options
author | EuAndreh <eu@euandre.org> | 2019-06-07 00:01:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-07 00:01:51 -0300 |
commit | 6f95807fd5875893619fdaac8dde432b4fc6bab9 (patch) | |
tree | 02c69140e741c47fe56ca9e4b56013f2ce0b4b64 | |
parent | Add ${DESTROY_VOLUME} operational toggle (diff) | |
download | server-6f95807fd5875893619fdaac8dde432b4fc6bab9.tar.gz server-6f95807fd5875893619fdaac8dde432b4fc6bab9.tar.xz |
TODOs.org
-rw-r--r-- | TODOs.org | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |