so uhhh chat
is this possible:
nvme
|`- efi system partition w/ grub (mounted at /efi)
`-- luks container
`- lvm vg
|`- /boot partition
`-- zfs zpool
`- ROOT
|`- distro 1's rootfs
`-- distro 2's roogsor should i instead:
nvme
||`- efi system partition w/ grub (mounted at /efi)
|`-- luks container 1
| `- /boot partition
` luks container 2
`-- zfs zpool
`- ROOT
|`- distro 1's rootfs
`-- distro 2's roogsor should i use zfs native encryption like this:
nvme
||`- efi system partition w/ grub (mounted at /efi)
|`-- luks container
| `- /boot partition
`-- zfs zpool
`- ROOT
|`- distro 1's rootfs (enc.)
`-- distro 2's roogs (enc.)