From cc2f931645db134cf1c6cf92bd1d1f2f342762b0 Mon Sep 17 00:00:00 2001 From: min Date: Tue, 31 Dec 2024 00:45:47 -0500 Subject: [PATCH] un-systemd + initrd unlock --- hosts/mpl/bootloader.nix | 5 ----- hosts/mpl/disk-config.nix | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/mpl/bootloader.nix b/hosts/mpl/bootloader.nix index 026b424..206598d 100644 --- a/hosts/mpl/bootloader.nix +++ b/hosts/mpl/bootloader.nix @@ -1,11 +1,6 @@ {...}: { # TODO: lanzaboote boot = { - initrd.systemd = { - enable = true; - enableTpm2 = true; - }; - loader = { efi.canTouchEfiVariables = true; diff --git a/hosts/mpl/disk-config.nix b/hosts/mpl/disk-config.nix index 345520f..0fb11d0 100644 --- a/hosts/mpl/disk-config.nix +++ b/hosts/mpl/disk-config.nix @@ -30,6 +30,7 @@ allowDiscards = true; bypassWorkqueues = true; }; + initrdUnlock = true; passwordFile = "/tmp/luks-pw"; content = { type = "btrfs";