From 37c0edb3bf0ea63ccec63b730cb3605f1d0c46d2 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sat, 12 Aug 2023 15:31:37 +0200 Subject: [PATCH] Update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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