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