From b1a6e0a458f6fc3a5b5b3c52fce630a7d3ce6e37 Mon Sep 17 00:00:00 2001 From: workflow <4farlion@gmail.com> Date: Mon, 22 Jan 2024 21:20:51 +0100 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8988f33c..7f623230 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Roughly this https://qfpl.io/posts/installing-nixos/ - number=2, begin=default, end=default, hex code=`8e00` (`$MAIN` from now on) - `w` (write) - `export BOOT=/dev/sda1` -- `export DISK=/dev/sda2` +- `export MAIN=/dev/sda2` - encryption - `cryptsetup luksFormat $MAIN` - `cryptsetup luksOpen $MAIN nixos-enc`