fix(stolas): add UUID for root luks device to kernel commandline

This commit is contained in:
Tim Schubert 2025-07-21 18:14:56 +02:00
parent d81761e519
commit 502d9aa4dc
No known key found for this signature in database

View file

@ -36,7 +36,7 @@
luks.devices = { luks.devices = {
root = { root = {
# TODO # TODO
device = "/dev/disk/by-uuid/TODO"; device = "/dev/disk/by-uuid/81dfbfa5-d578-479c-b11c-3ee5abd6848a";
allowDiscards = true; allowDiscards = true;
# TODO lanzaboote + TPM2 unlock with PIN https://www.freedesktop.org/software/systemd/man/251/systemd-cryptenroll.html#--tpm2-with-pin=BOOL # TODO lanzaboote + TPM2 unlock with PIN https://www.freedesktop.org/software/systemd/man/251/systemd-cryptenroll.html#--tpm2-with-pin=BOOL
#crypttabExtraOpts = [ "fido2-device=auto" ]; #crypttabExtraOpts = [ "fido2-device=auto" ];