- disko-server.nix: LUKS + ESP + ext4 root layout for disko-install - server-install: minimal NixOS config for new servers (hostname/WiFi via --system-config) - installer-iso: custom minimal ISO with iwlwifi; build with nix build .#installer-iso - scripts/nixos-server-install.sh: prompt hostname/disk, run disko-install - docs/server-installer-usb.md: build, write USB, optional live/installed WiFi - .gitignore: nixos/installer-wifi.nix; AGENTS.md + README.md notes Made-with: Cursor
9 lines
466 B
Markdown
9 lines
466 B
Markdown
# TODO
|
|
|
|
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).
|
|
* I have a set wifi SSID/PSK, assume servers will start up and be able to reach this wifi.
|
|
* I don't know how to go about the rest of this.
|
|
|
|
2. Encrypt sunken-ship (LUKS); update hardware/config for encrypted root and boot.
|
|
|
|
3. Host telegram bot once again (for what purpose?)
|