From 816f6fc3bdf84880245d4824aa4f345863508c0e Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Wed, 2 Aug 2023 20:32:49 +0200 Subject: [PATCH] update readme.md --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 17280ca..6f7fb03 100644 --- a/README.md +++ b/README.md @@ -22,18 +22,21 @@ Clone the repo, copy your hardware configuration to `./hosts//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