fix(stolas): add UUID for root luks device to kernel commandline
This commit is contained in:
parent
d81761e519
commit
502d9aa4dc
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue