docs: mention partitioning script in README
This commit is contained in:
parent
9fd6b8ad6d
commit
1a6ef84675
|
@ -7,7 +7,7 @@ Clone the configuration into `etc/nixos`.
|
|||
On a new machine run:
|
||||
|
||||
```sh
|
||||
nixos-generate-config --root /mnt
|
||||
scripts/setup-partitions
|
||||
```
|
||||
|
||||
Then move the resulting `/etc/nixos/hardware-configuration.nix` to `./hardware/<config>.nix` and adjust it and the `flake.nix` accodringly.
|
||||
|
|
|
@ -21,7 +21,7 @@ $drive
|
|||
|
|
||||
├── $boot (boot partition, fat32)
|
||||
|
|
||||
└── $system (LUKS2 system partition, btrfs)
|
||||
└── $system (system partition, LUKS2 + btrfs)
|
||||
|
|
||||
├── @ (mounted as /)
|
||||
| |
|
||||
|
|
Loading…
Reference in a new issue