Update hdd encryption docs for lindberg
All checks were successful
CI / build (push) Successful in 5m30s
All checks were successful
CI / build (push) Successful in 5m30s
This commit is contained in:
parent
86a3ffc42d
commit
e3cacda356
3 changed files with 11 additions and 6 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue