Update readme
This commit is contained in:
parent
417cb3c5d3
commit
37c0edb3bf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue