Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Jan 22, 2024
1 parent f90abb1 commit b1a6e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit b1a6e0a

Please sign in to comment.