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`):
|
The result should be the following (`lsblk -f`):
|
||||||
```text
|
```text
|
||||||
NAME FSTYPE FSVER LABEL
|
NAME FSTYPE FSVER LABEL
|
||||||
vda
|
sda
|
||||||
├─vda1 vfat FAT32 BOOT
|
├─sda1 vfat FAT32 BOOT
|
||||||
└─vda2 crypto_LUKS 2 crypted
|
└─sda2 crypto_LUKS 2 crypted
|
||||||
└─crypted LVM2_member LVM2 001
|
└─crypted LVM2_member LVM2 001
|
||||||
└─vg-root ext4 1.0 nix
|
└─vg-root ext4 1.0 nix
|
||||||
```
|
```
|
||||||
|
@ -86,7 +86,7 @@ chmod 400 /mnt/nix/persist/passwordfile
|
||||||
|
|
||||||
## Hardware Configuration
|
## Hardware Configuration
|
||||||
`hosts/*/hardware.nix`, while initially generated by `nixos-generate-config --show-hardware-config`, _is_ manually
|
`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
|
## Impermanence
|
||||||
|
|
Loading…
Reference in a new issue