Add NixOS server installer USB (disko LUKS + WiFi, hostname prompt)
- 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
This commit is contained in:
parent
b29d170654
commit
3e07a55f5b
11 changed files with 351 additions and 1 deletions
2
TODO.md
2
TODO.md
|
|
@ -1,6 +1,8 @@
|
|||
# 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue