docs: mention partitioning script in README

This commit is contained in:
Felix Schröter 2021-01-29 01:25:41 +01:00
parent 9fd6b8ad6d
commit 1a6ef84675
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ Clone the configuration into `etc/nixos`.
On a new machine run: On a new machine run:
```sh ```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. Then move the resulting `/etc/nixos/hardware-configuration.nix` to `./hardware/<config>.nix` and adjust it and the `flake.nix` accodringly.

View file

@ -21,7 +21,7 @@ $drive
| |
├── $boot (boot partition, fat32) ├── $boot (boot partition, fat32)
| |
└── $system (LUKS2 system partition, btrfs) └── $system (system partition, LUKS2 + btrfs)
| |
├── @ (mounted as /) ├── @ (mounted as /)
| | | |