un-systemd + initrd unlock
This commit is contained in:
parent
46b59d0163
commit
cc2f931645
|
@ -1,11 +1,6 @@
|
|||
{...}: {
|
||||
# TODO: lanzaboote
|
||||
boot = {
|
||||
initrd.systemd = {
|
||||
enable = true;
|
||||
enableTpm2 = true;
|
||||
};
|
||||
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
allowDiscards = true;
|
||||
bypassWorkqueues = true;
|
||||
};
|
||||
initrdUnlock = true;
|
||||
passwordFile = "/tmp/luks-pw";
|
||||
content = {
|
||||
type = "btrfs";
|
||||
|
|
Loading…
Reference in New Issue