impermanence fixes

This commit is contained in:
Rouven Seifert 2023-05-20 16:21:20 +02:00
parent 6e5876f2ff
commit 6da93d0250
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 14 additions and 9 deletions

View file

@ -23,15 +23,15 @@ 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
nvme0n1
├─nvme0n1p1 /boot
├─nvme0n1p2 # LUKS-encrypted partition
│ └─luksroot # btrfs with some subvolumes
│ ├─root /
│ ├─home /home
│ ├─lib /var/lib
│ ├─log /var/log
│ └─store /nix/store
│ └─nix /nix
└─nvme0n1p3
└─luksswap [SWAP] # encrypted swap partition
```