From 24a58b13021195480a582844829a130742e59643 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Sun, 24 Mar 2024 23:39:00 +0100 Subject: [PATCH] update readme --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f3ff301..8fd9750 100644 --- a/README.md +++ b/README.md @@ -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 ```