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 nvme0n1
├─nvme0n1p1 /boot ├─nvme0n1p1 /boot
├─nvme0n1p2 # LUKS-encrypted partition ├─nvme0n1p2 # LUKS-encrypted partition
│ └─luksroot # zfs setup │ └─luksroot # btrfs with subvolumes
│ └─rpool │ ├─nix /nix
│ └─nixos │ ├─home /home
│ ├─nix /nix │ ├─lib /var/lib
│ ├─home /home │ └─log /var/log
│ └─var
│ ├─lib /var/lib
│ └─log /var/log
└─nvme0n1p3 └─nvme0n1p3
└─luksswap [SWAP] # encrypted swap partition └─luksswap [SWAP] # encrypted swap partition
``` ```