set up hibernate

This commit is contained in:
Rouven Seifert 2023-02-28 20:48:06 +01:00
parent d2b548cac2
commit 89604624c9
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 25 additions and 8 deletions

View file

@ -25,13 +25,16 @@ A ThinkPad L15 that I use for almost everything that one needs a monitor to.
NAME MOUNTPOINT COMMENT
nvme0n1
├─nvme0n1p1 /boot
└─nvme0n1p2 # LUKS-encrypted partition
└─luksroot # btrfs with some subvolumes
└─root /
└─home /home
└─lib /var/lib
└─log /var/log
└─store /nix/store
├─nvme0n1p2 # LUKS-encrypted partition
│ └─luksroot # btrfs with some subvolumes
│ └─root /
│ └─home /home
│ └─lib /var/lib
│ └─log /var/log
│ └─store /nix/store
└─nvme0n1p
└─luksswap # encrypted swap partition
```
### nuc