helloes again, my second (not init-boot) encrypted harddrive (lvm on luks) cannot found during boot by systemd. No clue if bug, missing feature, or my fault, what would I be missing? My config:

    filesystems."/hdd-data" =
        { device = "/dev/mapper/luksrootsda";
          encrypted.blkDev = "/dev/sda1";
          encrypted.enable = true;
          encrypted.keyFile = "/root/keyfile";
          encrypted.label = "luksrootsda";
          fsType = "ext4";
        };

Also, when I `nixos-rebuild` this with `switch`, my system will reproducibly hard-crash, entering systemd recovery shell, but freeze there. With `boot` I can circumvent that.