debug luks auto tpm

This commit is contained in:
2026-03-04 19:38:22 +01:00
parent 7dea2a99d4
commit 2063bb6224

View File

@@ -11,7 +11,7 @@
boot.plymouth.enable = false;
#boot.plymouth.theme = "bgrt";
boot.initrd.luks.devices."cryptroot" = {
device = "/dev/nvme0n1p2";
device = lib.mkForce "/dev/nvme0n1p2";
#crypttabExtraOpts = [ "tpm2-device=auto" ];
};
};