diff --git a/README.md b/README.md index 5cefa22..e9d011a 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ mkfs.ext4 -L nix /dev/vg/root The result should be the following (`lsblk -f`): ```text NAME FSTYPE FSVER LABEL -vda -├─vda1 vfat FAT32 BOOT -└─vda2 crypto_LUKS 2 crypted +sda +├─sda1 vfat FAT32 BOOT +└─sda2 crypto_LUKS 2 crypted └─crypted LVM2_member LVM2 001 └─vg-root ext4 1.0 nix ``` @@ -86,7 +86,7 @@ chmod 400 /mnt/nix/persist/passwordfile ## Hardware Configuration `hosts/*/hardware.nix`, while initially generated by `nixos-generate-config --show-hardware-config`, _is_ manually -modified. Irrelevant options are commented, instead of deleted, to allows for easier diffing on new versions of NixOS. +modified. ## Impermanence