> For the complete documentation index, see [llms.txt](https://kodersha.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kodersha.gitbook.io/guide/silverblue/other.md).

# Разное

Автоматическая разблокировка LUKS шифрования через TPM:

{% code overflow="wrap" %}

```sh
sudo systemd-cryptenroll --tpm2-device=auto /dev/nvme1n1p3
```

{% endcode %}
