Skip to content

Commit

Permalink
removed duplicate "/tmp/disk-1.key /tmp/disk-1.key"
Browse files Browse the repository at this point in the history
  • Loading branch information
we-do-it-lu authored Feb 12, 2024
1 parent 4c94cec commit e8a9227
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 /tmp/disk-1.key \
--disk-encryption-keys /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 e8a9227

Please sign in to comment.