update readme.md

This commit is contained in:
Rouven Seifert 2023-08-02 20:32:49 +02:00
parent a7a6c8e320
commit 816f6fc3bd
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -22,18 +22,21 @@ Clone the repo, copy your hardware configuration to `./hosts/<hostname>/hardware
A ThinkPad L15 that I use for almost everything that one needs a monitor to.
#### Disk Layout
```
NAME MOUNTPOINT COMMENT
tmpfs / # root on tmpfs using impermanence
NAME MOUNTPOINT COMMENT
tmpfs / # root on tmpfs using impermanence
nvme0n1
├─nvme0n1p1 /boot
├─nvme0n1p2 # LUKS-encrypted partition
│ └─luksroot # btrfs with some subvolumes
│ ├─home /home
│ ├─lib /var/lib
│ ├─log /var/log
│ └─nix /nix
├─nvme0n1p1 /boot
├─nvme0n1p2 # LUKS-encrypted partition
│ └─luksroot # zfs setup
│ └─rpool
│ └─nixos
│ ├─nix /nix
│ ├─home /home
│ └─var
│ ├─lib /var/lib
│ └─log /var/log
└─nvme0n1p3
└─luksswap [SWAP] # encrypted swap partition
└─luksswap [SWAP] # encrypted swap partition
```
### nuc