From c063b79e1b7cd6ef11cbe4e80a20a46abd708dae Mon Sep 17 00:00:00 2001 From: phg Date: Thu, 12 Feb 2026 19:13:47 +0100 Subject: [PATCH] Update README.md with LUKS setup examples and ToDo enhancements --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 460671f..2e6542b 100644 --- a/README.md +++ b/README.md @@ -105,13 +105,15 @@ Run: mise run setup ``` -E.g. `mise run setup debian 13-trixie` or `mise run setup nixos 25.11`. +E.g. `mise run setup debian 13-trixie` or `mise run setup debian 13-trixie-luks`. ## ToDo - [ ] Debian 13 with LUKS - [x] Setup image with LUKS + - [ ] Automated unlock from packer on 1st boot after installation - [ ] Setup dropbear - [ ] Setup Clevis/Tang - - [ ] Lock down root user (remove password, prohibit all logins) - - [ ] Lock down SSH Server + - [x] Copy initial setup script, to expand the disk and do various setup steps + - [x] Lock down root user (remove password, prohibit all logins) + - [x] Lock down SSH Server