diff --git a/README.md b/README.md index 4b68452..1109d43 100644 --- a/README.md +++ b/README.md @@ -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/.nix` and adjust it and the `flake.nix` accodringly. diff --git a/scripts/setup-partitions b/scripts/setup-partitions index 925e18c..b09c535 100755 --- a/scripts/setup-partitions +++ b/scripts/setup-partitions @@ -21,7 +21,7 @@ $drive | ├── $boot (boot partition, fat32) | - └── $system (LUKS2 system partition, btrfs) + └── $system (system partition, LUKS2 + btrfs) | ├── @ (mounted as /) | |