aboutsummaryrefslogtreecommitdiff
path: root/TODOs.org
diff options
context:
space:
mode:
Diffstat (limited to 'TODOs.org')
-rw-r--r--TODOs.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODOs.org b/TODOs.org
index 96fbebe..058a353 100644
--- a/TODOs.org
+++ b/TODOs.org
@@ -231,6 +231,8 @@ Maybe rsync the contents of the Borg repository into S3. Should I restore backup
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.
+** TODO Is there a way to commit the /signed/ public key?
+This way it would remove the need of using the =--always-trust= option of =gpg=.
** DONE How to dynamically handle Floating IPs?
CLOSED: [2019-06-10 Mon 08:59]
Right now the current Floating IP defined in =.envrc= was created manually in DigitalOcean's web UI and copied from it to the environment variable.