From 1a6ef84675745a8dc8d6eac4970d28876369151f Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Fri, 29 Jan 2021 01:25:41 +0100 Subject: [PATCH] docs: mention partitioning script in README --- README.md | 2 +- scripts/setup-partitions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 /) | |