AGENTS.md: add public-repo note and concise NixOS server learnings; TODO.md: add verify step

Made-with: Cursor
This commit is contained in:
DannyDannyDanny 2026-02-27 22:55:16 +01:00
parent 4ffa774d3d
commit c51bfaac1e
2 changed files with 27 additions and 0 deletions

View file

@ -12,3 +12,14 @@ darwin-rebuild switch --flake .
Do not automatically run rebuild commands - ask the user first.
## Repo is public
No keys, tokens, or identifying secrets in the repo. Prefer `scp` or config outside the repo.
## Learnings (NixOS server)
- Minimal ISO: use Ethernet or the graphical installer (WiFi on minimal is fiddly).
- Server hardware: stub in repo; user replaces with `nixos-generate-config --show-hardware-config` from the server.
- Root password: console only; set dannys password as root once for sudo.
- SSH keys: use actual key names on the machine (e.g. `id_ed25519_github`), not assumed `id_ed25519`.