Commit d44b22f 1 parent 77e6a4e commit d44b22f Copy full SHA for d44b22f
File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,13 @@ nixos-anywhere \
57
57
root@yourip
58
58
```
59
59
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
63
67
` root@yourip ` with your actual flake and IP address, respectively.
64
68
65
69
## Example: Using existing SSH host keys
You can’t perform that action at this time.
0 commit comments