luks settings

This commit is contained in:
2026-03-04 19:12:01 +01:00
parent 84c1c78fdb
commit fa152b24b6

View File

@@ -11,8 +11,8 @@
boot.plymouth.enable = true; boot.plymouth.enable = true;
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/disk/by-label/luks";
crypttabExtraOpts = [ "tpm2-device=auto" ];
}; };
}; };
} }