mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
update readme.md
This commit is contained in:
parent
a7a6c8e320
commit
816f6fc3bd
23
README.md
23
README.md
|
@ -22,18 +22,21 @@ Clone the repo, copy your hardware configuration to `./hosts/<hostname>/hardware
|
||||||
A ThinkPad L15 that I use for almost everything that one needs a monitor to.
|
A ThinkPad L15 that I use for almost everything that one needs a monitor to.
|
||||||
#### Disk Layout
|
#### Disk Layout
|
||||||
```
|
```
|
||||||
NAME MOUNTPOINT COMMENT
|
NAME MOUNTPOINT COMMENT
|
||||||
tmpfs / # root on tmpfs using impermanence
|
tmpfs / # root on tmpfs using impermanence
|
||||||
nvme0n1
|
nvme0n1
|
||||||
├─nvme0n1p1 /boot
|
├─nvme0n1p1 /boot
|
||||||
├─nvme0n1p2 # LUKS-encrypted partition
|
├─nvme0n1p2 # LUKS-encrypted partition
|
||||||
│ └─luksroot # btrfs with some subvolumes
|
│ └─luksroot # zfs setup
|
||||||
│ ├─home /home
|
│ └─rpool
|
||||||
│ ├─lib /var/lib
|
│ └─nixos
|
||||||
│ ├─log /var/log
|
│ ├─nix /nix
|
||||||
│ └─nix /nix
|
│ ├─home /home
|
||||||
|
│ └─var
|
||||||
|
│ ├─lib /var/lib
|
||||||
|
│ └─log /var/log
|
||||||
└─nvme0n1p3
|
└─nvme0n1p3
|
||||||
└─luksswap [SWAP] # encrypted swap partition
|
└─luksswap [SWAP] # encrypted swap partition
|
||||||
```
|
```
|
||||||
|
|
||||||
### nuc
|
### nuc
|
||||||
|
|
Loading…
Reference in a new issue