feat: docs for nixos-installer

This commit is contained in:
Ryan Yin
2024-01-11 15:50:59 +08:00
parent 1812510e0d
commit ca5388740f
3 changed files with 7 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
This flake prepares a Nix environment for setting my desktop [/hosts/idols/ai](/hosts/idols/ai/)(in main flake) up on a new machine.
Other docs:
- README for [/hosts/12kingdoms/shoukei](/hosts/12kingdoms/shoukei): [./README.shoukei.md](./README.shoukei.md)
TODOs:
- [ ] declarative disk partitioning with [disko](https://github.com/nix-community/disko)
@@ -47,7 +51,7 @@ And the boot flow is:
Partitioning the disk:
```bash
# NOTE: `cat README.ai.md | grep part-1 > part-1.sh` to generate this script
# NOTE: `cat README.md | grep part-1 > part-1.sh` to generate this script
# Create a GPT partition table
parted /dev/nvme0n1 -- mklabel gpt # part-1