From e41d5538198481b013adce3de9b4d6e09b641e7f Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 17 Nov 2022 16:35:37 -0500 Subject: [PATCH] Remove use of systemd-initrd for now --- machines/levitation/configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/machines/levitation/configuration.nix b/machines/levitation/configuration.nix index a99cdfc..a16b074 100644 --- a/machines/levitation/configuration.nix +++ b/machines/levitation/configuration.nix @@ -68,13 +68,6 @@ # TPM setup security = { tpm2 = { enable = true; }; }; - boot = { - initrd = { - kernelModules = [ "tpm_crb" ]; - systemd = { enable = true; }; - }; - kernelParams = [ "crypt-pv.luks.options=tpm2-device=auto" ]; - }; # Install gamescope environment.systemPackages =