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
9
flake.lock
generated
9
flake.lock
generated
|
@ -170,10 +170,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1742912717,
|
||||
"narHash": "sha256-jKDVM4hLzNwYpg1/at53B2LZIEEvey1UUIi5cR8wNVQ=",
|
||||
"rev": "80b04cd406adc46357888614ecc3f467b85ab8fa",
|
||||
"revCount": 15,
|
||||
"lastModified": 1743779182,
|
||||
"narHash": "sha256-0wQ+22g6dfnIBIvw2Mji37R7OmCMrmqcp/4zSLQRKSQ=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "8e7ec0d7f4a571a55d0e6b99fcd6f85fea474f1e",
|
||||
"revCount": 16,
|
||||
"type": "git",
|
||||
"url": "file:./private"
|
||||
},
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
2
private
2
private
|
@ -1 +1 @@
|
|||
Subproject commit 80b04cd406adc46357888614ecc3f467b85ab8fa
|
||||
Subproject commit 8e7ec0d7f4a571a55d0e6b99fcd6f85fea474f1e
|
Loading…
Add table
Reference in a new issue