Update hdd encryption docs for lindberg
All checks were successful
CI / build (push) Successful in 5m30s

This commit is contained in:
Fabian Hauser 2025-04-04 18:07:10 +03:00
parent 86a3ffc42d
commit e3cacda356
3 changed files with 11 additions and 6 deletions

View file

@ -2,9 +2,13 @@
## Operations {#\_operations}
Reboot requires passphrase (see pass `host/lindberg/hdd_luks`)
Reboot requires passphrase:
```bash
# Get passphrase
sops decrypt --extract '["system"]["hdd"]' private/nixos-configurations/lindberg/secrets.sops.yaml
# Insert passphrase:
ssh -p 2222 root@lindberg.riedbach-ext.net.qo.is
```