1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-01-08 15:11:59 -05:00

Mention LUKS Discard on Quality of Life

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-12-26 04:53:46 -07:00 committed by GitHub
parent 89f8423646
commit cbadeb7851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,13 @@
## Quality of Life ## Quality of Life
### LUKS Discard
By default, Qubes does not use discard with a LUKS volume. To enable discard, run:
```bash
sudo cryptsetup --allow-discards --persistent refresh LUKS-UUID-HERE
```
### S0ix sleep ### S0ix sleep
On certain hardware like the Thinkpad T14 Gen 1, you need to enable s0ix sleep support for suspension to work correctly. Use the following command: On certain hardware like the Thinkpad T14 Gen 1, you need to enable s0ix sleep support for suspension to work correctly. Use the following command: