From 53feadc69d679c66af1ec31f6db03171ad4222a9 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sun, 8 Mar 2026 15:35:57 +0100 Subject: [PATCH] TODO: reorder - boot USB first, telegram bot last Made-with: Cursor --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 250c616..003fc32 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,7 @@ # TODO -1. Host telegram bot once again (for what purpose?) +1. Create a setup/boot USB that: installs NixOS on the server with encryption and WiFi configured from the start; only required input is the server's name (e.g. sunken-ship). 2. Encrypt sunken-ship (LUKS); update hardware/config for encrypted root and boot. -3. Create a setup/boot USB that: installs NixOS on the server with encryption and WiFi configured from the start; only required input is the server's name (e.g. sunken-ship). +3. Host telegram bot once again (for what purpose?)