Merge pull request #281 from we-do-it-lu/patch-2

removed duplicate "/tmp/disk-1.key /tmp/disk-1.key"
This commit is contained in:
Jörg Thalheim 2024-02-22 06:25:32 +07:00 committed by GitHub
commit 06e70b3481
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