Skip to content

Commit

Permalink
Revert "removed duplicate "/tmp/disk-1.key /tmp/disk-1.key""
Browse files Browse the repository at this point in the history
This reverts commit e8a9227.
  • Loading branch information
Mic92 authored and mergify[bot] committed Mar 14, 2024
1 parent 31c945e commit c4f0d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howtos/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ echo "my-super-safe-password" > /tmp/disk-1.key

# Call nixos-anywhere with disk encryption keys
nixos-anywhere \
--disk-encryption-keys /tmp/disk-1.key \
--disk-encryption-keys /tmp/disk-1.key /tmp/disk-1.key \
--disk-encryption-keys /tmp/disk-2.key <(pass my-disk-encryption-password) \
--flake '.#your-host' \
root@yourip
Expand Down

0 comments on commit c4f0d1f

Please sign in to comment.