update readme

This commit is contained in:
Rouven Seifert 2024-03-24 23:39:00 +01:00
parent 1a4cbd560e
commit 24a58b1302
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -27,14 +27,11 @@ tmpfs / # root on tmpfs using impermanence
nvme0n1
├─nvme0n1p1 /boot
├─nvme0n1p2 # LUKS-encrypted partition
│ └─luksroot # zfs setup
│ └─rpool
│ └─nixos
│ ├─nix /nix
│ ├─home /home
│ └─var
│ ├─lib /var/lib
│ └─log /var/log
│ └─luksroot # btrfs with subvolumes
│ ├─nix /nix
│ ├─home /home
│ ├─lib /var/lib
│ └─log /var/log
└─nvme0n1p3
└─luksswap [SWAP] # encrypted swap partition
```