Skip to content

Commit c4f0d1f

Browse files
Mic92mergify[bot]
authored andcommitted
Revert "removed duplicate "/tmp/disk-1.key /tmp/disk-1.key""
This reverts commit e8a9227.
1 parent 31c945e commit c4f0d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howtos/secrets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ echo "my-super-safe-password" > /tmp/disk-1.key
5151

5252
# Call nixos-anywhere with disk encryption keys
5353
nixos-anywhere \
54-
--disk-encryption-keys /tmp/disk-1.key \
54+
--disk-encryption-keys /tmp/disk-1.key /tmp/disk-1.key \
5555
--disk-encryption-keys /tmp/disk-2.key <(pass my-disk-encryption-password) \
5656
--flake '.#your-host' \
5757
root@yourip

0 commit comments

Comments
 (0)