docs: Fix incorrect command in disk-encryption getting started

This commit is contained in:
Qubasa
2024-09-02 00:08:02 +02:00
parent 93004ee740
commit 1cde013263

View File

@@ -278,7 +278,7 @@ ssh root@nixos-installer.local
```bash
zpool import zroot
zfs set keystate=prompt zroot/root
zfs set keylocation=prompt zroot/root
zfs load-key zroot/root
zfs set mountpoint=/mnt zroot/root/nixos
mount /dev/nvme0n1p2 /mnt/boot