mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
debug luks auto tpm
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
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/nvme0n1p2";
|
device = lib.mkForce "/dev/nvme0n1p2";
|
||||||
#crypttabExtraOpts = [ "tpm2-device=auto" ];
|
#crypttabExtraOpts = [ "tpm2-device=auto" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user