debug luks auto tpm

This commit is contained in:
2026-03-04 19:36:14 +01:00
parent 076b21777f
commit 7dea2a99d4

View File

@@ -10,9 +10,9 @@
boot.initrd.systemd.enable = true; boot.initrd.systemd.enable = true;
boot.plymouth.enable = false; boot.plymouth.enable = false;
#boot.plymouth.theme = "bgrt"; #boot.plymouth.theme = "bgrt";
#boot.initrd.luks.devices."cryptroot" = { boot.initrd.luks.devices."cryptroot" = {
#device = "/dev/disk/by-label/luks"; device = "/dev/nvme0n1p2";
#crypttabExtraOpts = [ "tpm2-device=auto" ]; #crypttabExtraOpts = [ "tpm2-device=auto" ];
#}; };
}; };
} }