removed duplicate "/tmp/disk-1.key /tmp/disk-1.key"

This commit is contained in:
JayDeLux 2024-02-12 12:03:41 +01:00 committed by GitHub
parent 4c94cecf3d
commit e8a9227b1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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