Skip to content

Commit d44b22f

Browse files
authored
Update secrets.md
Improve disk encryption secrets section, making it more obvious what to replace from the example.
1 parent 77e6a4e commit d44b22f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/howtos/secrets.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,13 @@ nixos-anywhere \
5757
root@yourip
5858
```
5959

60-
In the above example, replace `"my-super-safe-password"` with your actual
61-
encryption password, and `my-disk-encryption-password` with the relevant entry
62-
in your pass password store. Also, ensure to replace `'.#your-host'` and
60+
In the above example, replace the following:
61+
- `"my-super-safe-password"` with your actual encryption password
62+
- `/tmp/disk-1.key` with the path to the `passwordFile` as defined in your Disko
63+
disk configuration file (same for `disk-2.key` if using)
64+
- `my-disk-encryption-password` with the relevant entry in your pass password store.
65+
66+
Also, ensure to replace `'.#your-host'` and
6367
`root@yourip` with your actual flake and IP address, respectively.
6468

6569
## Example: Using existing SSH host keys

0 commit comments

Comments
 (0)